Reference documentation and code samples for the Data Loss Prevention V2 Client class Table.
Structured content to inspect. Up to 50,000 Values per request allowed. See
https://cloud.google.com/sensitive-data-protection/docs/inspecting-structured-text#inspecting_a_table
to learn more.
Generated from protobuf message google.privacy.dlp.v2.Table
Namespace
Google \ Cloud \ Dlp \ V2Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ headers |
array<FieldId>
Headers of the table. |
↳ rows |
array<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<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<Table\Row>
|
| Returns | |
|---|---|
| Type | Description |
$this |
|