Reference documentation and code samples for the Network Services V1 API module Google::Cloud::NetworkServices::V1::NetworkServices::Paths.
Path helper methods for the NetworkServices API.
Methods
#authorization_policy_path
def authorization_policy_path(project:, location:, authorization_policy:) -> ::String
Create a fully-qualified AuthorizationPolicy resource string.
The resource will be in the following format:
projects/{project}/locations/{location}/authorizationPolicies/{authorization_policy}
- project (String)
- location (String)
- authorization_policy (String)
- (::String)
- (::ArgumentError)
#backend_service_path
def backend_service_path(project:, location:, backend_service:) -> ::String
Create a fully-qualified BackendService resource string.
The resource will be in the following format:
projects/{project}/locations/{location}/backendServices/{backend_service}
- project (String)
- location (String)
- backend_service (String)
- (::String)
- (::ArgumentError)
#client_tls_policy_path
def client_tls_policy_path(project:, location:, client_tls_policy:) -> ::String
Create a fully-qualified ClientTlsPolicy resource string.
The resource will be in the following format:
projects/{project}/locations/{location}/clientTlsPolicies/{client_tls_policy}
- project (String)
- location (String)
- client_tls_policy (String)
- (::String)
- (::ArgumentError)
#endpoint_policy_path
def endpoint_policy_path(project:, location:, endpoint_policy:) -> ::String
Create a fully-qualified EndpointPolicy resource string.
The resource will be in the following format:
projects/{project}/locations/{location}/endpointPolicies/{endpoint_policy}
- project (String)
- location (String)
- endpoint_policy (String)
- (::String)
- (::ArgumentError)
#gateway_path
def gateway_path(project:, location:, gateway:) -> ::String
Create a fully-qualified Gateway resource string.
The resource will be in the following format:
projects/{project}/locations/{location}/gateways/{gateway}
- project (String)
- location (String)
- gateway (String)
- (::String)
- (::ArgumentError)
#grpc_route_path
def grpc_route_path(project:, location:, grpc_route:) -> ::String
Create a fully-qualified GrpcRoute resource string.
The resource will be in the following format:
projects/{project}/locations/{location}/grpcRoutes/{grpc_route}
- project (String)
- location (String)
- grpc_route (String)
- (::String)
- (::ArgumentError)
#http_route_path
def http_route_path(project:, location:, http_route:) -> ::String
Create a fully-qualified HttpRoute resource string.
The resource will be in the following format:
projects/{project}/locations/{location}/httpRoutes/{http_route}
- project (String)
- location (String)
- http_route (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)
#mesh_path
def mesh_path(project:, location:, mesh:) -> ::String
Create a fully-qualified Mesh resource string.
The resource will be in the following format:
projects/{project}/locations/{location}/meshes/{mesh}
- project (String)
- location (String)
- mesh (String)
- (::String)
- (::ArgumentError)
#server_tls_policy_path
def server_tls_policy_path(project:, location:, server_tls_policy:) -> ::String
Create a fully-qualified ServerTlsPolicy resource string.
The resource will be in the following format:
projects/{project}/locations/{location}/serverTlsPolicies/{server_tls_policy}
- project (String)
- location (String)
- server_tls_policy (String)
- (::String)
- (::ArgumentError)
#service_binding_path
def service_binding_path(project:, location:, service_binding:) -> ::String
Create a fully-qualified ServiceBinding resource string.
The resource will be in the following format:
projects/{project}/locations/{location}/serviceBindings/{service_binding}
- project (String)
- location (String)
- service_binding (String)
- (::String)
- (::ArgumentError)
#tcp_route_path
def tcp_route_path(project:, location:, tcp_route:) -> ::String
Create a fully-qualified TcpRoute resource string.
The resource will be in the following format:
projects/{project}/locations/{location}/tcpRoutes/{tcp_route}
- project (String)
- location (String)
- tcp_route (String)
- (::String)
- (::ArgumentError)
#tls_route_path
def tls_route_path(project:, location:, tls_route:) -> ::String
Create a fully-qualified TlsRoute resource string.
The resource will be in the following format:
projects/{project}/locations/{location}/tlsRoutes/{tls_route}
- project (String)
- location (String)
- tls_route (String)
- (::String)
- (::ArgumentError)