public sealed class StringValueBatch : IMessage<StringValueBatch>, IEquatable<StringValueBatch>, IDeepCloneable<StringValueBatch>, IBufferMessage, IMessageReference documentation and code samples for the Google Cloud Data Loss Prevention v2 API class StringValueBatch.
Represents a batch of string values to inspect or redact.
Implements
IMessageStringValueBatch, IEquatableStringValueBatch, IDeepCloneableStringValueBatch, IBufferMessage, IMessageNamespace
Google.Cloud.Dlp.V2Assembly
Google.Cloud.Dlp.V2.dll
Constructors
StringValueBatch()
public StringValueBatch()StringValueBatch(StringValueBatch)
public StringValueBatch(StringValueBatch other)| Parameter | |
|---|---|
| Name | Description |
other |
StringValueBatch |
Properties
Values
public RepeatedField<string> Values { get; }Optional. Represents string data to inspect or redact.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldstring |
|