public sealed class BatchContentItem : IMessage<BatchContentItem>, IEquatable<BatchContentItem>, IDeepCloneable<BatchContentItem>, IBufferMessage, IMessageReference documentation and code samples for the Google Cloud Data Loss Prevention v2 API class BatchContentItem.
Represents a batch of content to inspect or redact.
Implements
IMessageBatchContentItem, IEquatableBatchContentItem, IDeepCloneableBatchContentItem, IBufferMessage, IMessageNamespace
Google.Cloud.Dlp.V2Assembly
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 |
|