Google Cloud Data Loss Prevention v2 API - Class BatchContentItem (4.26.0)

public sealed class BatchContentItem : IMessage<BatchContentItem>, IEquatable<BatchContentItem>, IDeepCloneable<BatchContentItem>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Data Loss Prevention v2 API class BatchContentItem.

Represents a batch of content to inspect or redact.

Inheritance

object > BatchContentItem

Namespace

Google.Cloud.Dlp.V2

Assembly

Google.Cloud.Dlp.V2.dll

Constructors

BatchContentItem()

public BatchContentItem()

BatchContentItem(BatchContentItem)

public BatchContentItem(BatchContentItem other)
Parameter
Name Description
other BatchContentItem

Properties

BatchCase

public BatchContentItem.BatchOneofCase BatchCase { get; }
Property Value
Type Description
BatchContentItemBatchOneofCase

StringValueBatch

public StringValueBatch StringValueBatch { get; set; }

Optional. Represents a batch of string values to inspect or redact.

Property Value
Type Description
StringValueBatch