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-03-24 UTC."],[[["This documentation page covers the `TableLocation` class within the Google Cloud Data Loss Prevention v2 API, providing reference information and code samples for this class."],["The `TableLocation` class is used to define the position of a finding within a table, and it is currently on version 4.6.0, although it also supports versions all the way up to version 4.16.0 which is the latest."],["The `TableLocation` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, for data handling and comparison purposes."],["The class includes two constructors, a default constructor `TableLocation()` and another that takes another `TableLocation` object as a parameter."],["A key property within this class is `RowIndex`, which is of type `long` and indicates the zero-based row number of the finding, while noting specific behavior for BigQuery data sources."]]],[]]