Cloud Dataproc API (dataproc:v1)

2022-12-08

2 removed methods

Deletions

    Methods
  • 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).

      Parameter Order : name

      Flat Path : v1/projects/{projectsId}/regions/{regionsId}/clusters/{clustersId}/nodeGroups/{nodeGroupsId}:resize

      Parameters :

        name

          Pattern : ^projects/[^/]+/regions/[^/]+/clusters/[^/]+/nodeGroups/[^/]+$

          Location : path

          Type : string

          Required : Yes

          Description : Required. The name of the node group to resize. Format: projects/{project}/regions/{region}/clusters/{cluster}/nodeGroups/{nodeGroup}

      Path : v1/{+name}:resize

      Scopes : https://www.googleapis.com/auth/cloud-platform

      HTTP Method : POST