Class: Google::Cloud::Dlp::V2::BigQueryKey

Inherits:
Object
  • Object
show all
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

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.

Returns:

  • (::Integer)

    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.



721
722
723
724
# File 'proto_docs/google/privacy/dlp/v2/storage.rb', line 721

class BigQueryKey
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#table_reference::Google::Cloud::Dlp::V2::BigQueryTable

Returns Complete BigQuery table reference.

Returns:



721
722
723
724
# File 'proto_docs/google/privacy/dlp/v2/storage.rb', line 721

class BigQueryKey
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end