Class: Google::Cloud::Dlp::V2::BigQueryTable

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/privacy/dlp/v2/storage.rb

Overview

Message defining the location of a BigQuery table. A table is uniquely identified by its project_id, dataset_id, and table_name. Within a query a table is often referenced with a string in the format of: <project_id>:<dataset_id>.<table_id> or <project_id>.<dataset_id>.<table_id>.

Instance Attribute Summary collapse

Instance Attribute Details

#dataset_id::String

Returns Dataset ID of the table.

Returns:

  • (::String)

    Dataset ID of the table.



817
818
819
820
# File 'proto_docs/google/privacy/dlp/v2/storage.rb', line 817

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

#project_id::String

Returns The Google Cloud Platform project ID of the project containing the table. If omitted, project ID is inferred from the API call.

Returns:

  • (::String)

    The Google Cloud Platform project ID of the project containing the table. If omitted, project ID is inferred from the API call.



817
818
819
820
# File 'proto_docs/google/privacy/dlp/v2/storage.rb', line 817

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

#table_id::String

Returns Name of the table.

Returns:

  • (::String)

    Name of the table.



817
818
819
820
# File 'proto_docs/google/privacy/dlp/v2/storage.rb', line 817

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