BigQuery Storage V1 API - Module Google::Cloud::Bigquery::Storage::V1::BigQueryWrite::Paths (v0.18.0)
Stay organized with collections
Save and categorize content based on your preferences.
Reference documentation and code samples for the BigQuery Storage V1 API module Google::Cloud::Bigquery::Storage::V1::BigQueryWrite::Paths.
Path helper methods for the BigQueryWrite API.
Methods
#table_path
deftable_path(project:,dataset:,table:)->::StringCreate a fully-qualified Table resource string.
The resource will be in the following format:
projects/{project}/datasets/{dataset}/tables/{table}
- project (String)
- dataset (String)
- table (String)
- (::String)
- (::ArgumentError)
#write_stream_path
defwrite_stream_path(project:,dataset:,table:,stream:)->::StringCreate a fully-qualified WriteStream resource string.
The resource will be in the following format:
projects/{project}/datasets/{dataset}/tables/{table}/streams/{stream}
- project (String)
- dataset (String)
- table (String)
- stream (String)
- (::String)
- (::ArgumentError)