Class: Google::Cloud::Dlp::V2::TableLocation
- Inherits:
-
Object
- Object
- Google::Cloud::Dlp::V2::TableLocation
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/privacy/dlp/v2/dlp.rb
Overview
Location of a finding within a table.
Instance Attribute Summary collapse
-
#row_index ⇒ ::Integer
The zero-based index of the row where the finding is located.
Instance Attribute Details
#row_index ⇒ ::Integer
Returns 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.
581 582 583 584 |
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 581 class TableLocation include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |