Google Cloud Data Loss Prevention v2 API - Class ByteContentItem (4.8.0)

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.

Container for bytes to inspect or redact.

Inheritance

object > ByteContentItem

Namespace

Google.Cloud.Dlp.V2

Assembly

Google.Cloud.Dlp.V2.dll

Constructors

ByteContentItem()

public ByteContentItem()

ByteContentItem(ByteContentItem)

public ByteContentItem(ByteContentItem other)
Parameter
NameDescription
otherByteContentItem

Properties

Data

public ByteString Data { get; set; }

Content data to inspect or redact.

Property Value
TypeDescription
ByteString

Type

public ByteContentItem.Types.BytesType Type { get; set; }

The type of data stored in the bytes string. Default will be TEXT_UTF8.

Property Value
TypeDescription
ByteContentItemTypesBytesType