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)