Reference documentation and code samples for the Data Loss Prevention V2 Client class Table.
Structured content to inspect. Up to 50,000 Value
s per request allowed. See
https://cloud.google.com/dlp/docs/inspecting-structured-text#inspecting_a_table
to learn more.
Generated from protobuf message google.privacy.dlp.v2.Table
Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ headers |
array<Google\Cloud\Dlp\V2\FieldId>
Headers of the table. |
↳ rows |
array<Google\Cloud\Dlp\V2\Table\Row>
Rows of the table. |
getHeaders
Headers of the table.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setHeaders
Headers of the table.
Parameter | |
---|---|
Name | Description |
var |
array<Google\Cloud\Dlp\V2\FieldId>
|
Returns | |
---|---|
Type | Description |
$this |
getRows
Rows of the table.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setRows
Rows of the table.
Parameter | |
---|---|
Name | Description |
var |
array<Google\Cloud\Dlp\V2\Table\Row>
|
Returns | |
---|---|
Type | Description |
$this |