Reference documentation and code samples for the Network Connectivity V1BETA API module Google::Cloud::NetworkConnectivity::V1beta::TransportManager::Paths.
Path helper methods for the TransportManager API.
Included In
Methods
#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)
#network_path
def network_path(project:, resource_id:) -> ::StringCreate a fully-qualified Network resource string.
The resource will be in the following format:
projects/{project}/global/networks/{resource_id}
- project (String)
- resource_id (String)
- (::String)
- (::ArgumentError)
#remote_transport_profile_path
def remote_transport_profile_path(project:, location:, remote_transport_profile:) -> ::StringCreate a fully-qualified RemoteTransportProfile resource string.
The resource will be in the following format:
projects/{project}/locations/{location}/remoteTransportProfiles/{remote_transport_profile}
- project (String)
- location (String)
- remote_transport_profile (String)
- (::String)
- (::ArgumentError)
#transport_path
def transport_path(project:, location:, transport:) -> ::StringCreate a fully-qualified Transport resource string.
The resource will be in the following format:
projects/{project}/locations/{location}/transports/{transport}
- project (String)
- location (String)
- transport (String)
- (::String)
- (::ArgumentError)