public sealed class ByteContentItem : IMessage<ByteContentItem>, IEquatable<ByteContentItem>, IDeepCloneable<ByteContentItem>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Data Loss Prevention v2 API class ByteContentItem.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-24 UTC."],[[["This webpage provides reference documentation for the `ByteContentItem` class within the Google Cloud Data Loss Prevention (DLP) v2 API, which is used for handling byte data for inspection or redaction."],["The documentation covers various versions of the API, ranging from version 2.15.0 up to the latest 4.16.0, with version 4.5.0 as the context version on the page."],["`ByteContentItem` inherits from `Object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties such as `Data` (of type `ByteString`) to store content data and `Type` (of type `ByteContentItem.Types.BytesType`) to specify the data type."],["Two constructors are available, a default constructor and one that accepts another ByteContentItem as an argument."]]],[]]