public sealed class ByteContentItem : IMessage<ByteContentItem>, IEquatable<ByteContentItem>, IDeepCloneable<ByteContentItem>, IBufferMessage, IMessageContainer for bytes to inspect or redact.
Implements
IMessage<ByteContentItem>, IEquatable<ByteContentItem>, IDeepCloneable<ByteContentItem>, 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 |
ByteContentItem.Types.BytesType |
|