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 \ V2Methods
__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 |
|