Reference documentation and code samples for the Data Loss Prevention V2 Client class TableLocation.
Location of a finding within a table.
Generated from protobuf messagegoogle.privacy.dlp.v2.TableLocation
Namespace
Google \ Cloud \ Dlp \ V2
Methods
__construct
Constructor.
Parameters
Name
Description
data
array
Optional. Data for populating the Message object.
↳ row_index
int|string
The zero-based index of the row where the finding is located. Only populated for resources that have a natural ordering, not BigQuery. In BigQuery, to identify the row a finding came from, populate BigQueryOptions.identifying_fields with your primary key column names and when you store the findings the value of those columns will be stored inside of Finding.
getRowIndex
The zero-based index of the row where the finding is located. Only
populated for resources that have a natural ordering, not BigQuery. In
BigQuery, to identify the row a finding came from, populate
BigQueryOptions.identifying_fields with your primary key column names and
when you store the findings the value of those columns will be stored
inside of Finding.
Returns
Type
Description
int|string
setRowIndex
The zero-based index of the row where the finding is located. Only
populated for resources that have a natural ordering, not BigQuery. In
BigQuery, to identify the row a finding came from, populate
BigQueryOptions.identifying_fields with your primary key column names and
when you store the findings the value of those columns will be stored
inside of Finding.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-04 UTC."],[],[],null,["# Data Loss Prevention V2 Client - Class TableLocation (2.6.1)\n\nVersion latestkeyboard_arrow_down\n\n- [2.6.1 (latest)](/php/docs/reference/cloud-dlp/latest/V2.TableLocation)\n- [2.6.0](/php/docs/reference/cloud-dlp/2.6.0/V2.TableLocation)\n- [2.4.1](/php/docs/reference/cloud-dlp/2.4.1/V2.TableLocation)\n- [2.3.0](/php/docs/reference/cloud-dlp/2.3.0/V2.TableLocation)\n- [2.2.3](/php/docs/reference/cloud-dlp/2.2.3/V2.TableLocation)\n- [2.1.0](/php/docs/reference/cloud-dlp/2.1.0/V2.TableLocation)\n- [2.0.0](/php/docs/reference/cloud-dlp/2.0.0/V2.TableLocation)\n- [1.19.0](/php/docs/reference/cloud-dlp/1.19.0/V2.TableLocation)\n- [1.18.0](/php/docs/reference/cloud-dlp/1.18.0/V2.TableLocation)\n- [1.17.0](/php/docs/reference/cloud-dlp/1.17.0/V2.TableLocation)\n- [1.16.0](/php/docs/reference/cloud-dlp/1.16.0/V2.TableLocation)\n- [1.15.1](/php/docs/reference/cloud-dlp/1.15.1/V2.TableLocation)\n- [1.14.0](/php/docs/reference/cloud-dlp/1.14.0/V2.TableLocation)\n- [1.13.2](/php/docs/reference/cloud-dlp/1.13.2/V2.TableLocation)\n- [1.12.0](/php/docs/reference/cloud-dlp/1.12.0/V2.TableLocation)\n- [1.11.0](/php/docs/reference/cloud-dlp/1.11.0/V2.TableLocation)\n- [1.10.2](/php/docs/reference/cloud-dlp/1.10.2/V2.TableLocation)\n- [1.9.0](/php/docs/reference/cloud-dlp/1.9.0/V2.TableLocation)\n- [1.8.6](/php/docs/reference/cloud-dlp/1.8.6/V2.TableLocation) \nReference documentation and code samples for the Data Loss Prevention V2 Client class TableLocation.\n\nLocation of a finding within a table.\n\nGenerated from protobuf message `google.privacy.dlp.v2.TableLocation`\n\nNamespace\n---------\n\nGoogle \\\\ Cloud \\\\ Dlp \\\\ V2\n\nMethods\n-------\n\n### __construct\n\nConstructor.\n\n### getRowIndex\n\nThe zero-based index of the row where the finding is located. Only\npopulated for resources that have a natural ordering, not BigQuery. In\nBigQuery, to identify the row a finding came from, populate\nBigQueryOptions.identifying_fields with your primary key column names and\nwhen you store the findings the value of those columns will be stored\ninside of Finding.\n\n### setRowIndex\n\nThe zero-based index of the row where the finding is located. Only\npopulated for resources that have a natural ordering, not BigQuery. In\nBigQuery, to identify the row a finding came from, populate\nBigQueryOptions.identifying_fields with your primary key column names and\nwhen you store the findings the value of those columns will be stored\ninside of Finding."]]