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)