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
Returns Row number inferred at the time the table was scanned. This value is
nondeterministic, cannot be queried, and may be null for inspection
jobs. To locate findings within a table, specify
inspect_job.storage_config.big_query_options.identifying_fields
in
CreateDlpJobRequest
.
734 735 736 737 |
# File 'proto_docs/google/privacy/dlp/v2/storage.rb', line 734 class BigQueryKey include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#table_reference ⇒ ::Google::Cloud::Dlp::V2::BigQueryTable
Returns Complete BigQuery table reference.
734 735 736 737 |
# File 'proto_docs/google/privacy/dlp/v2/storage.rb', line 734 class BigQueryKey include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |