Data Loss Prevention V2 Client - Class StringValueBatch (2.13.0)

Reference documentation and code samples for the Data Loss Prevention V2 Client class StringValueBatch.

Represents a batch of string values to inspect or redact.

Generated from protobuf message google.privacy.dlp.v2.StringValueBatch

Namespace

Google \ Cloud \ Dlp \ V2

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ values string[]

Optional. Represents string data to inspect or redact.

getValues

Optional. Represents string data to inspect or redact.

Returns
Type Description
Google\Protobuf\RepeatedField<string>

setValues

Optional. Represents string data to inspect or redact.

Parameter
Name Description
var string[]
Returns
Type Description
$this