Reference documentation and code samples for the Serverless VPC Access V1 API module Google::Cloud::VpcAccess::V1::VpcAccessService::Paths.
Path helper methods for the VpcAccessService API.
Included In
Methods
#connector_path
def connector_path(project:, location:, connector:) -> ::StringCreate a fully-qualified Connector resource string.
The resource will be in the following format:
projects/{project}/locations/{location}/connectors/{connector}
- project (String)
- location (String)
- connector (String)
- (::String)
- (::ArgumentError)
#location_path
def location_path(project:, location:) -> ::StringCreate a fully-qualified Location resource string.
The resource will be in the following format:
projects/{project}/locations/{location}
- project (String)
- location (String)
- (::String)
- (::ArgumentError)