Cloud Dataproc API (dataproc:v1)

2025-03-22

2 new methods

Additions

    Methods
  • dataproc.projects.regions.clusters.repair

      Path : v1/projects/{projectId}/regions/{region}/clusters/{clusterName}:repair

      Flat Path : v1/projects/{projectId}/regions/{region}/clusters/{clusterName}:repair

      HTTP Method : POST

      Parameters :

        projectId

          Description : Required. The ID of the Google Cloud Platform project the cluster belongs to.

          Location : path

          Required : Yes

          Type : string

        region

          Description : Required. The Dataproc region in which to handle the request.

          Location : path

          Required : Yes

          Type : string

        clusterName

          Description : Required. The cluster name.

          Location : path

          Required : Yes

          Type : string

      Parameter Order :

    • projectId
    • region
    • clusterName
    • Scopes : https://www.googleapis.com/auth/cloud-platform

      Description : Repairs a cluster.

  • dataproc.projects.regions.clusters.nodeGroups.repair

      Path : v1/{+name}:repair

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

      HTTP Method : POST

      Parameters :

        name

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

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

          Location : path

          Required : Yes

          Type : string

      Parameter Order : name

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

      Description : Repair nodes in a node group.