Class: Google::Cloud::Dlp::V2::BigQueryTable
- Inherits:
-
Object
- Object
- Google::Cloud::Dlp::V2::BigQueryTable
- 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
-
#dataset_id ⇒ ::String
Dataset ID of the table.
-
#project_id ⇒ ::String
The Google Cloud Platform project ID of the project containing the table.
-
#table_id ⇒ ::String
Name of the table.
Instance Attribute Details
#dataset_id ⇒ ::String
Returns Dataset ID of the table.
830 831 832 833 |
# File 'proto_docs/google/privacy/dlp/v2/storage.rb', line 830 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.
830 831 832 833 |
# File 'proto_docs/google/privacy/dlp/v2/storage.rb', line 830 class BigQueryTable include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#table_id ⇒ ::String
Returns Name of the table.
830 831 832 833 |
# File 'proto_docs/google/privacy/dlp/v2/storage.rb', line 830 class BigQueryTable include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |