public sealed class BatchContentLocation : IMessage<BatchContentLocation>, IEquatable<BatchContentLocation>, IDeepCloneable<BatchContentLocation>, IBufferMessage, IMessageReference documentation and code samples for the Google Cloud Data Loss Prevention v2 API class BatchContentLocation.
Location within a batch of content.
Implements
IMessageBatchContentLocation, IEquatableBatchContentLocation, IDeepCloneableBatchContentLocation, IBufferMessage, IMessageNamespace
Google.Cloud.Dlp.V2Assembly
Google.Cloud.Dlp.V2.dll
Constructors
BatchContentLocation()
public BatchContentLocation()BatchContentLocation(BatchContentLocation)
public BatchContentLocation(BatchContentLocation other)| Parameter | |
|---|---|
| Name | Description |
other |
BatchContentLocation |
Properties
ItemIndex
public int ItemIndex { get; set; }Matches an index of a batch item in the batch provided in the request.
| Property Value | |
|---|---|
| Type | Description |
int |
|