googleapis.com – dataproc
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.dataprocProjectsLocationsBatchesCreateCreates a batch workload that executes asynchronously.
-
projects.dataprocProjectsLocationsBatchesListLists batch workloads.
-
projects.dataprocProjectsRegionsAutoscalingPoliciesCreateCreates new autoscaling policy.
-
projects.dataprocProjectsRegionsAutoscalingPoliciesListLists autoscaling policies in the project.
-
projects.dataprocProjectsRegionsClustersCreateCreates a cluster in a project. The returned Operation.metadata will be ClusterOperationMetadata ().
-
projects.dataprocProjectsRegionsClustersDeleteDeletes a cluster in a project. The returned Operation.metadata will be ClusterOperationMetadata ().
-
projects.dataprocProjectsRegionsClustersDiagnoseGets cluster diagnostic information. The returned Operation.metadata will be ClusterOperationMetadata (). After the operation completes, Operation.response contains DiagnoseClusterResults ().
-
projects.dataprocProjectsRegionsClustersGetGets the resource representation for a cluster in a project.
-
projects.dataprocProjectsRegionsClustersInjectCredentialsInject 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.dataprocProjectsRegionsClustersListLists all regions/{region}/clusters in a project alphabetically.
-
projects.dataprocProjectsRegionsClustersNodeGroupsCreateCreates a node group in a cluster. The returned Operation.metadata is NodeGroupOperationMetadata ().
-
projects.dataprocProjectsRegionsClustersNodeGroupsResizeResizes a node group in a cluster. The returned Operation.metadata is NodeGroupOperationMetadata ().
-
projects.dataprocProjectsRegionsClustersPatchUpdates 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.dataprocProjectsRegionsClustersRepairRepairs a cluster.
-
projects.dataprocProjectsRegionsClustersStartStarts a cluster in a project.
-
projects.dataprocProjectsRegionsClustersStopStops a cluster in a project.
-
projects.dataprocProjectsRegionsJobsCancelStarts a job cancellation request. To access the job resource after cancellation, call regions/{region}/jobs.list () or regions/{region}/jobs.get ().
-
projects.dataprocProjectsRegionsJobsDeleteDeletes the job from the project. If the job is active, the delete fails, and the response returns FAILED_PRECONDITION.
-
projects.dataprocProjectsRegionsJobsGetGets the resource representation for a job in a project.
-
projects.dataprocProjectsRegionsJobsListLists regions/{region}/jobs in a project.
-
projects.dataprocProjectsRegionsJobsPatchUpdates a job in a project.
-
projects.dataprocProjectsRegionsJobsSubmitSubmits a job to a cluster.
-
projects.dataprocProjectsRegionsJobsSubmitAsOperationSubmits job to a cluster.
-
projects.dataprocProjectsRegionsOperationsCancelStarts 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.dataprocProjectsRegionsWorkflowTemplatesCreateCreates new workflow template.
-
projects.dataprocProjectsRegionsWorkflowTemplatesDeleteDeletes a workflow template. It does not cancel in-progress workflows.
-
projects.dataprocProjectsRegionsWorkflowTemplatesGetRetrieves the latest workflow template.Can retrieve previously instantiated template by specifying optional version parameter.
-
projects.dataprocProjectsRegionsWorkflowTemplatesGetIamPolicyGets the access control policy for a resource. Returns an empty policy if the resource exists and does not have a policy set.
-
projects.dataprocProjectsRegionsWorkflowTemplatesInstantiateInstantiates 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.dataprocProjectsRegionsWorkflowTemplatesInstantiateInlineInstantiates 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.dataprocProjectsRegionsWorkflowTemplatesListLists workflows that match the specified filter in the request.
-
projects.dataprocProjectsRegionsWorkflowTemplatesSetIamPolicySets the access control policy on the specified resource. Replaces any existing policy.Can return NOT_FOUND, INVALID_ARGUMENT, and PERMISSION_DENIED errors.
-
projects.dataprocProjectsRegionsWorkflowTemplatesTestIamPermissionsReturns 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.dataprocProjectsRegionsWorkflowTemplatesUpdateUpdates (replaces) workflow template. The updated template must contain version that matches the current server version.
-
openapi.previewSpecPreview an OpenAPI document before adding it as a source
-
openapi.addSourceAdd an OpenAPI source and register its operations as tools