Class: Google::Privacy::Dlp::V2::BigQueryTable

Inherits:
Object
  • Object
show all
Defined in:
lib/google/cloud/dlp/v2/doc/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_idString

Returns Dataset ID of the table.

Returns:

  • (String)

    Dataset ID of the table.



550
# File 'lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/storage.rb', line 550

class BigQueryTable; end

#project_idString

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.



550
# File 'lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/storage.rb', line 550

class BigQueryTable; end

#table_idString

Returns Name of the table.

Returns:

  • (String)

    Name of the table.



550
# File 'lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/storage.rb', line 550

class BigQueryTable; end