Data Loss Prevention V2 Client - Class TableOptions (1.10.2)

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

Instructions regarding the table content being inspected.

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

Namespace

Google \ Cloud \ Dlp \ V2

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ identifying_fields array<Google\Cloud\Dlp\V2\FieldId>

The columns that are the primary keys for table objects included in ContentItem. A copy of this cell's value will stored alongside alongside each finding so that the finding can be traced to the specific row it came from. No more than 3 may be provided.

getIdentifyingFields

The columns that are the primary keys for table objects included in ContentItem. A copy of this cell's value will stored alongside alongside each finding so that the finding can be traced to the specific row it came from. No more than 3 may be provided.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setIdentifyingFields

The columns that are the primary keys for table objects included in ContentItem. A copy of this cell's value will stored alongside alongside each finding so that the finding can be traced to the specific row it came from. No more than 3 may be provided.

Parameter
NameDescription
var array<Google\Cloud\Dlp\V2\FieldId>
Returns
TypeDescription
$this