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

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

Reference 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.

Inheritance

object > StringValueBatch

Namespace

Google.Cloud.Dlp.V2

Assembly

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