Network Services V1 API - Module Google::Cloud::NetworkServices::V1::DepService::Paths (v0.1.0)

Reference documentation and code samples for the Network Services V1 API module Google::Cloud::NetworkServices::V1::DepService::Paths.

Path helper methods for the DepService API.

Methods

#lb_route_extension_path

def lb_route_extension_path(project:, location:, lb_route_extension:) -> ::String

Create a fully-qualified LbRouteExtension resource string.

The resource will be in the following format:

projects/{project}/locations/{location}/lbRouteExtensions/{lb_route_extension}

Parameters
  • project (String)
  • location (String)
  • lb_route_extension (String)
Returns
  • (::String)
Raises
  • (::ArgumentError)

#lb_traffic_extension_path

def lb_traffic_extension_path(project:, location:, lb_traffic_extension:) -> ::String

Create a fully-qualified LbTrafficExtension resource string.

The resource will be in the following format:

projects/{project}/locations/{location}/lbTrafficExtensions/{lb_traffic_extension}

Parameters
  • project (String)
  • location (String)
  • lb_traffic_extension (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)