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}
- project (String)
- location (String)
- lb_route_extension (String)
- (::String)
- (::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}
- project (String)
- location (String)
- lb_traffic_extension (String)
- (::String)
- (::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}
- project (String)
- location (String)
- (::String)
- (::ArgumentError)