Class: Google::Cloud::Dlp::V2::BigQueryKey
- Inherits:
-
Object
- Object
- Google::Cloud::Dlp::V2::BigQueryKey
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/privacy/dlp/v2/storage.rb
Overview
Row key for identifying a record in BigQuery table.
Instance Attribute Summary collapse
-
#row_number ⇒ ::Integer
Row number inferred at the time the table was scanned.
-
#table_reference ⇒ ::Google::Cloud::Dlp::V2::BigQueryTable
Complete BigQuery table reference.
Instance Attribute Details
#row_number ⇒ ::Integer
777 778 779 780 |
# File 'proto_docs/google/privacy/dlp/v2/storage.rb', line 777 class BigQueryKey include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#table_reference ⇒ ::Google::Cloud::Dlp::V2::BigQueryTable
777 778 779 780 |
# File 'proto_docs/google/privacy/dlp/v2/storage.rb', line 777 class BigQueryKey include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |