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
Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
var |
array<Google\Cloud\Dlp\V2\FieldId>
|
Returns | |
---|---|
Type | Description |
$this |