integrations.sh
← all integrations

googleapis.com – dataproc

OpenAPI apis-guru analyticsmedia

Manages Hadoop-based clusters and jobs on Google Cloud Platform.

Homepage
https://api.apis.guru/v2/specs/googleapis.com:dataproc/v1.json
Provider
googleapis.com:dataproc / dataproc
OpenAPI version
3.0.0
Spec (JSON)
https://api.apis.guru/v2/specs/googleapis.com/dataproc/v1/openapi.json
Spec (YAML)
https://api.apis.guru/v2/specs/googleapis.com/dataproc/v1/openapi.yaml

Tools (36)

Extracted live via the executor SDK.

  • projects.dataprocProjectsLocationsBatchesCreate

    Creates a batch workload that executes asynchronously.

  • projects.dataprocProjectsLocationsBatchesList

    Lists batch workloads.

  • projects.dataprocProjectsRegionsAutoscalingPoliciesCreate

    Creates new autoscaling policy.

  • projects.dataprocProjectsRegionsAutoscalingPoliciesList

    Lists autoscaling policies in the project.

  • projects.dataprocProjectsRegionsClustersCreate

    Creates a cluster in a project. The returned Operation.metadata will be ClusterOperationMetadata ().

  • projects.dataprocProjectsRegionsClustersDelete

    Deletes a cluster in a project. The returned Operation.metadata will be ClusterOperationMetadata ().

  • projects.dataprocProjectsRegionsClustersDiagnose

    Gets cluster diagnostic information. The returned Operation.metadata will be ClusterOperationMetadata (). After the operation completes, Operation.response contains DiagnoseClusterResults ().

  • projects.dataprocProjectsRegionsClustersGet

    Gets the resource representation for a cluster in a project.

  • projects.dataprocProjectsRegionsClustersInjectCredentials

    Inject encrypted credentials into all of the VMs in a cluster.The target cluster must be a personal auth cluster assigned to the user who is issuing the RPC.

  • projects.dataprocProjectsRegionsClustersList

    Lists all regions/{region}/clusters in a project alphabetically.

  • projects.dataprocProjectsRegionsClustersNodeGroupsCreate

    Creates a node group in a cluster. The returned Operation.metadata is NodeGroupOperationMetadata ().

  • projects.dataprocProjectsRegionsClustersNodeGroupsResize

    Resizes a node group in a cluster. The returned Operation.metadata is NodeGroupOperationMetadata ().

  • projects.dataprocProjectsRegionsClustersPatch

    Updates a cluster in a project. The returned Operation.metadata will be ClusterOperationMetadata (). The cluster must be in a RUNNING state or an error is returned.

  • projects.dataprocProjectsRegionsClustersRepair

    Repairs a cluster.

  • projects.dataprocProjectsRegionsClustersStart

    Starts a cluster in a project.

  • projects.dataprocProjectsRegionsClustersStop

    Stops a cluster in a project.

  • projects.dataprocProjectsRegionsJobsCancel

    Starts a job cancellation request. To access the job resource after cancellation, call regions/{region}/jobs.list () or regions/{region}/jobs.get ().

  • projects.dataprocProjectsRegionsJobsDelete

    Deletes the job from the project. If the job is active, the delete fails, and the response returns FAILED_PRECONDITION.

  • projects.dataprocProjectsRegionsJobsGet

    Gets the resource representation for a job in a project.

  • projects.dataprocProjectsRegionsJobsList

    Lists regions/{region}/jobs in a project.

  • projects.dataprocProjectsRegionsJobsPatch

    Updates a job in a project.

  • projects.dataprocProjectsRegionsJobsSubmit

    Submits a job to a cluster.

  • projects.dataprocProjectsRegionsJobsSubmitAsOperation

    Submits job to a cluster.

  • projects.dataprocProjectsRegionsOperationsCancel

    Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns google.rpc.Code.UNIMPLEMENTED. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of 1, corresponding to Code.CANCELLED.

  • projects.dataprocProjectsRegionsWorkflowTemplatesCreate

    Creates new workflow template.

  • projects.dataprocProjectsRegionsWorkflowTemplatesDelete

    Deletes a workflow template. It does not cancel in-progress workflows.

  • projects.dataprocProjectsRegionsWorkflowTemplatesGet

    Retrieves the latest workflow template.Can retrieve previously instantiated template by specifying optional version parameter.

  • projects.dataprocProjectsRegionsWorkflowTemplatesGetIamPolicy

    Gets the access control policy for a resource. Returns an empty policy if the resource exists and does not have a policy set.

  • projects.dataprocProjectsRegionsWorkflowTemplatesInstantiate

    Instantiates a template and begins execution.The returned Operation can be used to track execution of workflow by polling operations.get. The Operation will complete when entire workflow is finished.The running workflow can be aborted via operations.cancel. This will cause any inflight jobs to be cancelled and workflow-owned clusters to be deleted.The Operation.metadata will be WorkflowMetadata (). Also see Using WorkflowMetadata ( successful completion, Operation.response will be Empty.

  • projects.dataprocProjectsRegionsWorkflowTemplatesInstantiateInline

    Instantiates a template and begins execution.This method is equivalent to executing the sequence CreateWorkflowTemplate, InstantiateWorkflowTemplate, DeleteWorkflowTemplate.The returned Operation can be used to track execution of workflow by polling operations.get. The Operation will complete when entire workflow is finished.The running workflow can be aborted via operations.cancel. This will cause any inflight jobs to be cancelled and workflow-owned clusters to be deleted.The Operation.metadata will be WorkflowMetadata (). Also see Using WorkflowMetadata ( successful completion, Operation.response will be Empty.

  • projects.dataprocProjectsRegionsWorkflowTemplatesList

    Lists workflows that match the specified filter in the request.

  • projects.dataprocProjectsRegionsWorkflowTemplatesSetIamPolicy

    Sets the access control policy on the specified resource. Replaces any existing policy.Can return NOT_FOUND, INVALID_ARGUMENT, and PERMISSION_DENIED errors.

  • projects.dataprocProjectsRegionsWorkflowTemplatesTestIamPermissions

    Returns permissions that a caller has on the specified resource. If the resource does not exist, this will return an empty set of permissions, not a NOT_FOUND error.Note: This operation is designed to be used for building permission-aware UIs and command-line tools, not for authorization checking. This operation may "fail open" without warning.

  • projects.dataprocProjectsRegionsWorkflowTemplatesUpdate

    Updates (replaces) workflow template. The updated template must contain version that matches the current server version.

  • openapi.previewSpec

    Preview an OpenAPI document before adding it as a source

  • openapi.addSource

    Add an OpenAPI source and register its operations as tools