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.
Included In
Methods
#table_path
def table_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
def write_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)