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 document provides reference documentation for the `ByteContentItem` class within the Google Cloud Data Loss Prevention v2 API, specifically for .NET."],["The `ByteContentItem` class is a container designed for managing byte data that is to be inspected or redacted, functioning as an element to identify the type of content."],["The latest version of the API is 4.16.0, however the document provided is in version 4.13.0, with available versions ranging from 2.15.0 to 4.16.0."],["The class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its functionality for message handling, equality comparison, deep cloning, and buffered message operations."],["The `ByteContentItem` has `Data` and `Type` properties, where the data property holds the `ByteString` content and the type property defines the format of the `ByteString` content."]]],[]]