2022-12-08
▼ ▲ dataproc.projects.regions.clusters.nodeGroups.get
Parameters :
name
Pattern : ^projects/[^/]+/regions/[^/]+/clusters/[^/]+/nodeGroups/[^/]+$
Type : string
Description : Required. The name of the node group to retrieve. Format: projects/{project}/regions/{region}/clusters/{cluster}/nodeGroups/{nodeGroup}
Location : path
Required : Yes
HTTP Method : GET
Description : Gets the resource representation for a node group in a cluster.
Path : v1/{+name}
Flat Path : v1/projects/{projectsId}/regions/{regionsId}/clusters/{clustersId}/nodeGroups/{nodeGroupsId}
Parameter Order : name
Scopes : https://www.googleapis.com/auth/cloud-platform
▼ ▲ dataproc.projects.regions.clusters.nodeGroups.resize
Description : Resizes a node group in a cluster. The returned Operation.metadata is NodeGroupOperationMetadata (https://cloud.google.com/dataproc/docs/reference/rpc/google.cloud.dataproc.v1#nodegroupoperationmetadata).
Flat Path : v1/projects/{projectsId}/regions/{regionsId}/clusters/{clustersId}/nodeGroups/{nodeGroupsId}:resize
Description : Required. The name of the node group to resize. Format: projects/{project}/regions/{region}/clusters/{cluster}/nodeGroups/{nodeGroup}
Path : v1/{+name}:resize
HTTP Method : POST