Path helper methods for the ClusterController API.
Methods
#cluster_path
def cluster_path(project:, location:, cluster:) -> ::String
Create a fully-qualified Cluster resource string.
The resource will be in the following format:
projects/{project}/locations/{location}/clusters/{cluster}
Parameters
- project (String)
- location (String)
- cluster (String)
Returns
- (::String)
Raises
- (::ArgumentError)
#service_path
def service_path(project:, location:, service:) -> ::String
Create a fully-qualified Service resource string.
The resource will be in the following format:
projects/{project}/locations/{location}/services/{service}
Parameters
- project (String)
- location (String)
- service (String)
Returns
- (::String)
Raises
- (::ArgumentError)