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.
Implements
IMessageByteContentItem, IEquatableByteContentItem, IDeepCloneableByteContentItem, IBufferMessage, IMessageNamespace
Google.Cloud.Dlp.V2Assembly
Google.Cloud.Dlp.V2.dll
Constructors
ByteContentItem()
public ByteContentItem()
ByteContentItem(ByteContentItem)
public ByteContentItem(ByteContentItem other)
Parameter | |
---|---|
Name | Description |
other |
ByteContentItem |
Properties
Data
public ByteString Data { get; set; }
Content data to inspect or redact.
Property Value | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
ByteContentItemTypesBytesType |