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."],[[["The `TableLocation` class provides information about the location of a finding within a table in the Google Cloud Data Loss Prevention v2 API."],["The latest version of the `TableLocation` documentation is 4.16.0, with multiple previous versions available for reference."],["The `TableLocation` class inherits from `object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `RowIndex` property of the `TableLocation` class is used to identify the zero-based index of the row where a finding is located, but may not be populated in BigQuery."],["There are several constructors for the TableLocation class, including one that can be used to copy data from another TableLocation object."]]],[]]