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-04-09 UTC."],[[["The `TableLocation` class is part of the Google Cloud Data Loss Prevention v2 API, specifically within the `Google.Cloud.Dlp.V2` namespace."],["This class represents the location of a finding within a table, providing details such as the row index."],["The latest version available is 4.16.0, and the page content covers versions from 2.15.0 up to 4.16.0."],["`TableLocation` implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, offering functionalities such as deep cloning and message handling."],["The class includes properties like `RowIndex`, a long integer representing the zero-based index of the row where the finding is located, and two constructors, one default and one taking another `TableLocation` as a parameter."]]],[]]