Reference documentation and code samples for the BigQuery Reservation V1 API class Google::Cloud::Bigquery::Reservation::V1::TableReference.
Fully qualified reference to BigQuery table. Internally stored as google.cloud.bi.v1.BqTableReference.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#dataset_id
def dataset_id() -> ::String
Returns
- (::String) — The ID of the dataset in the above project.
#dataset_id=
def dataset_id=(value) -> ::String
Parameter
- value (::String) — The ID of the dataset in the above project.
Returns
- (::String) — The ID of the dataset in the above project.
#project_id
def project_id() -> ::String
Returns
- (::String) — The assigned project ID of the project.
#project_id=
def project_id=(value) -> ::String
Parameter
- value (::String) — The assigned project ID of the project.
Returns
- (::String) — The assigned project ID of the project.
#table_id
def table_id() -> ::String
Returns
- (::String) — The ID of the table in the above dataset.
#table_id=
def table_id=(value) -> ::String
Parameter
- value (::String) — The ID of the table in the above dataset.
Returns
- (::String) — The ID of the table in the above dataset.