Reference documentation and code samples for the Cloud Dataproc V1 API module Google::Cloud::Dataproc::V1::NodeGroupController::Paths.
Path helper methods for the NodeGroupController API.
Methods
#cluster_region_path
def cluster_region_path(project:, region:, cluster:) -> ::String
Create a fully-qualified ClusterRegion resource string.
The resource will be in the following format:
projects/{project}/regions/{region}/clusters/{cluster}
- project (String)
- region (String)
- cluster (String)
- (::String)
- (::ArgumentError)
#node_group_path
def node_group_path(project:, region:, cluster:, node_group:) -> ::String
Create a fully-qualified NodeGroup resource string.
The resource will be in the following format:
projects/{project}/regions/{region}/clusters/{cluster}/nodeGroups/{node_group}
- project (String)
- region (String)
- cluster (String)
- node_group (String)
- (::String)
- (::ArgumentError)