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."],[[["The `ByteContentItem` class, part of the Google Cloud Data Loss Prevention v2 API, is designed to hold byte data for inspection or redaction processes."],["This page provides reference documentation and code samples for various versions of the `ByteContentItem` class, ranging from version 2.15.0 up to the latest version 4.16.0, as well as specific versions such as 4.7.0."],["`ByteContentItem` implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits members from `object`."],["The `ByteContentItem` class has properties such as `Data`, which contains the content to inspect or redact as a `ByteString`, and `Type`, which indicates the type of data stored in the bytes string."],["You can construct a new instance of the class with the `ByteContentItem()` constructor, and another `ByteContentItem()` constructor that can copy the contents of another `ByteContentItem` object."]]],[]]