Cloud Dataproc API (dataproc:v1)

2022-12-15

1 new method

Additions

    Methods
  • dataproc.projects.regions.clusters.nodeGroups.create

      Description: Creates 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

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

      Parameters:

        requestId

          Location: query

          Type: string

          Description: Optional. A unique ID used to identify the request. If the server receives two CreateNodeGroupRequest (https://cloud.google.com/dataproc/docs/reference/rpc/google.cloud.dataproc.v1#google.cloud.dataproc.v1.CreateNodeGroupRequests) with the same ID, the second request is ignored and the first google.longrunning.Operation created and stored in the backend is returned.Recommendation: Set this value to a UUID (https://en.wikipedia.org/wiki/Universally_unique_identifier).The ID must contain only letters (a-z, A-Z), numbers (0-9), underscores (_), and hyphens (-). The maximum length is 40 characters.

        nodeGroupId

          Location: query

          Description: Optional. An optional node group ID. Generated if not specified.The ID must contain only letters (a-z, A-Z), numbers (0-9), underscores (_), and hyphens (-). Cannot begin or end with underscore or hyphen. Must consist of from 3 to 33 characters.

          Type: string

        parent

          Type: string

          Description: Required. The parent resource where this node group will be created. Format: projects/{project}/regions/{region}/clusters/{cluster}

          Required: Yes

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

          Location: path

      Parameter Order: parent

      Path: v1/{+parent}/nodeGroups

      HTTP Method: POST