Path helper methods for the ConnectionService API.
Methods
#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}
Parameters
- project (String)
- ___location (String)
- connection (String)
Returns
- (::String)
Raises
- (::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}
Parameters
- project (String)
- ___location (String)
Returns
- (::String)
Raises
- (::ArgumentError)