BigQuery Storage V1 API - Module Google::Cloud::Bigquery::Storage::V1::BigQueryWrite::Paths (v0.11.1)

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

def table_path(project:, dataset:, table:) -> ::String

Create a fully-qualified Table resource string.

The resource will be in the following format:

projects/{project}/datasets/{dataset}/tables/{table}

Parameters
  • project (String)
  • dataset (String)
  • table (String)
Returns
  • (::String)
Raises
  • (::ArgumentError)

#write_stream_path

def write_stream_path(project:, dataset:, table:, stream:) -> ::String

Create a fully-qualified WriteStream resource string.

The resource will be in the following format:

projects/{project}/datasets/{dataset}/tables/{table}/streams/{stream}

Parameters
  • project (String)
  • dataset (String)
  • table (String)
  • stream (String)
Returns
  • (::String)
Raises
  • (::ArgumentError)