Class: Google::Cloud::Bigquery::Reservation::V1::TableReference
- Inherits:
-
Object
- Object
- Google::Cloud::Bigquery::Reservation::V1::TableReference
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/bigquery/reservation/v1/reservation.rb
Overview
Fully qualified reference to BigQuery table. Internally stored as google.cloud.bi.v1.BqTableReference.
Instance Attribute Summary collapse
-
#dataset_id ⇒ ::String
The ID of the dataset in the above project.
-
#project_id ⇒ ::String
The assigned project ID of the project.
-
#table_id ⇒ ::String
The ID of the table in the above dataset.
Instance Attribute Details
#dataset_id ⇒ ::String
Returns The ID of the dataset in the above project.
735 736 737 738 |
# File 'proto_docs/google/cloud/bigquery/reservation/v1/reservation.rb', line 735 class TableReference include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#project_id ⇒ ::String
Returns The assigned project ID of the project.
735 736 737 738 |
# File 'proto_docs/google/cloud/bigquery/reservation/v1/reservation.rb', line 735 class TableReference include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#table_id ⇒ ::String
Returns The ID of the table in the above dataset.
735 736 737 738 |
# File 'proto_docs/google/cloud/bigquery/reservation/v1/reservation.rb', line 735 class TableReference include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |