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 documentation for the `ByteContentItem` class within the Google Cloud Data Loss Prevention v2 API, specifically for .NET development."],["The `ByteContentItem` class is used as a container for storing bytes that will be inspected or redacted by the API."],["The documentation covers the class's constructors, properties (`Data` and `Type`), inheritance, and the various versions of the API that feature this class, ranging from version 2.15.0 to the latest 4.16.0."],["`ByteContentItem` implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The data type can be set using the `Type` property, and the content data is set using the `Data` property."]]],[]]