Reference documentation and code samples for the BigQuery Connection V1 API module Google::Cloud::Bigquery::Connection::V1::ConnectionService::Paths.
Path helper methods for the ConnectionService API.
Methods
#cluster_path
def cluster_path(project:, region:, cluster:) -> ::String
Create a fully-qualified Cluster resource string.
The resource will be in the following format:
projects/{project}/regions/{region}/clusters/{cluster}
- project (String)
- region (String)
- cluster (String)
- (::String)
- (::ArgumentError)
#connection_path
def connection_path(project:, location:, connection:) -> ::String
Create a fully-qualified Connection resource string.
The resource will be in the following format:
projects/{project}/locations/{location}/connections/{connection}
- project (String)
- location (String)
- connection (String)
- (::String)
- (::ArgumentError)
#location_path
def location_path(project:, location:) -> ::String
Create a fully-qualified Location resource string.
The resource will be in the following format:
projects/{project}/locations/{location}
- project (String)
- location (String)
- (::String)
- (::ArgumentError)
#service_path
def service_path(project:, location:, service:) -> ::String
Create a fully-qualified Service resource string.
The resource will be in the following format:
projects/{project}/locations/{location}/services/{service}
- project (String)
- location (String)
- service (String)
- (::String)
- (::ArgumentError)