Namespace Google.Apis.Dataproc.v1
Classes
DataprocBaseServiceRequest<TResponse>
A base abstract class for Dataproc requests.
DataprocService
The Dataproc Service.
DataprocService.Scope
Available OAuth 2.0 scopes for use with the Cloud Dataproc API.
DataprocService.ScopeConstants
Available OAuth 2.0 scope constants for use with the Cloud Dataproc API.
ProjectsResource
The "projects" collection of methods.
ProjectsResource.LocationsResource
The "locations" collection of methods.
ProjectsResource.LocationsResource.AutoscalingPoliciesResource
The "autoscalingPolicies" collection of methods.
ProjectsResource.LocationsResource.AutoscalingPoliciesResource.CreateRequest
Creates new autoscaling policy.
ProjectsResource.LocationsResource.AutoscalingPoliciesResource.DeleteRequest
Deletes an autoscaling policy. It is an error to delete an autoscaling policy that is in use by one or more clusters.
ProjectsResource.LocationsResource.AutoscalingPoliciesResource.GetIamPolicyRequest
Gets the access control policy for a resource. Returns an empty policy if the resource exists and does not have a policy set.
ProjectsResource.LocationsResource.AutoscalingPoliciesResource.GetRequest
Retrieves autoscaling policy.
ProjectsResource.LocationsResource.AutoscalingPoliciesResource.ListRequest
Lists autoscaling policies in the project.
ProjectsResource.LocationsResource.AutoscalingPoliciesResource.SetIamPolicyRequest
Sets the access control policy on the specified resource. Replaces any existing policy.Can return NOT_FOUND, INVALID_ARGUMENT, and PERMISSION_DENIED errors.
ProjectsResource.LocationsResource.AutoscalingPoliciesResource.TestIamPermissionsRequest
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.
ProjectsResource.LocationsResource.AutoscalingPoliciesResource.UpdateRequest
Updates (replaces) autoscaling policy.Disabled check for update_mask, because all updates will be full replacements.
ProjectsResource.LocationsResource.BatchesResource
The "batches" collection of methods.
ProjectsResource.LocationsResource.BatchesResource.AnalyzeRequest
Analyze a Batch for possible recommendations and insights.
ProjectsResource.LocationsResource.BatchesResource.CreateRequest
Creates a batch workload that executes asynchronously.
ProjectsResource.LocationsResource.BatchesResource.DeleteRequest
Deletes the batch workload resource. If the batch is not in a CANCELLED, SUCCEEDED or FAILED State, the delete operation fails and the response returns FAILED_PRECONDITION.
ProjectsResource.LocationsResource.BatchesResource.GetRequest
Gets the batch workload resource representation.
ProjectsResource.LocationsResource.BatchesResource.ListRequest
Lists batch workloads.
ProjectsResource.LocationsResource.OperationsResource
The "operations" collection of methods.
ProjectsResource.LocationsResource.OperationsResource.CancelRequest
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.
ProjectsResource.LocationsResource.OperationsResource.DeleteRequest
Deletes a long-running operation. This method indicates that the client is no longer interested in the operation result. It does not cancel the operation. If the server doesn't support this method, it returns google.rpc.Code.UNIMPLEMENTED.
ProjectsResource.LocationsResource.OperationsResource.GetRequest
Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.
ProjectsResource.LocationsResource.OperationsResource.ListRequest
Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns UNIMPLEMENTED.
ProjectsResource.LocationsResource.SessionTemplatesResource
The "sessionTemplates" collection of methods.
ProjectsResource.LocationsResource.SessionTemplatesResource.CreateRequest
Create a session template synchronously.
ProjectsResource.LocationsResource.SessionTemplatesResource.DeleteRequest
Deletes a session template.
ProjectsResource.LocationsResource.SessionTemplatesResource.GetRequest
Gets the resource representation for a session template.
ProjectsResource.LocationsResource.SessionTemplatesResource.ListRequest
Lists session templates.
ProjectsResource.LocationsResource.SessionTemplatesResource.PatchRequest
Updates the session template synchronously.
ProjectsResource.LocationsResource.SessionsResource
The "sessions" collection of methods.
ProjectsResource.LocationsResource.SessionsResource.CreateRequest
Create an interactive session asynchronously.
ProjectsResource.LocationsResource.SessionsResource.DeleteRequest
Deletes the interactive session resource. If the session is not in terminal state, it is terminated, and then deleted.
ProjectsResource.LocationsResource.SessionsResource.GetRequest
Gets the resource representation for an interactive session.
ProjectsResource.LocationsResource.SessionsResource.ListRequest
Lists interactive sessions.
ProjectsResource.LocationsResource.SessionsResource.TerminateRequest
Terminates the interactive session.
ProjectsResource.LocationsResource.WorkflowTemplatesResource
The "workflowTemplates" collection of methods.
ProjectsResource.LocationsResource.WorkflowTemplatesResource.CreateRequest
Creates new workflow template.
ProjectsResource.LocationsResource.WorkflowTemplatesResource.DeleteRequest
Deletes a workflow template. It does not cancel in-progress workflows.
ProjectsResource.LocationsResource.WorkflowTemplatesResource.GetIamPolicyRequest
Gets the access control policy for a resource. Returns an empty policy if the resource exists and does not have a policy set.
ProjectsResource.LocationsResource.WorkflowTemplatesResource.GetRequest
Retrieves the latest workflow template.Can retrieve previously instantiated template by specifying optional version parameter.
ProjectsResource.LocationsResource.WorkflowTemplatesResource.InstantiateInlineRequest
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 (https://cloud.google.com/dataproc/docs/reference/rpc/google.cloud.dataproc.v1#workflowmetadata). Also see Using WorkflowMetadata (https://cloud.google.com/dataproc/docs/concepts/workflows/debugging#using_workflowmetadata).On successful completion, Operation.response will be Empty.
ProjectsResource.LocationsResource.WorkflowTemplatesResource.InstantiateRequest
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 (https://cloud.google.com/dataproc/docs/reference/rpc/google.cloud.dataproc.v1#workflowmetadata). Also see Using WorkflowMetadata (https://cloud.google.com/dataproc/docs/concepts/workflows/debugging#using_workflowmetadata).On successful completion, Operation.response will be Empty.
ProjectsResource.LocationsResource.WorkflowTemplatesResource.ListRequest
Lists workflows that match the specified filter in the request.
ProjectsResource.LocationsResource.WorkflowTemplatesResource.SetIamPolicyRequest
Sets the access control policy on the specified resource. Replaces any existing policy.Can return NOT_FOUND, INVALID_ARGUMENT, and PERMISSION_DENIED errors.
ProjectsResource.LocationsResource.WorkflowTemplatesResource.TestIamPermissionsRequest
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.
ProjectsResource.LocationsResource.WorkflowTemplatesResource.UpdateRequest
Updates (replaces) workflow template. The updated template must contain version that matches the current server version.
ProjectsResource.RegionsResource
The "regions" collection of methods.
ProjectsResource.RegionsResource.AutoscalingPoliciesResource
The "autoscalingPolicies" collection of methods.
ProjectsResource.RegionsResource.AutoscalingPoliciesResource.CreateRequest
Creates new autoscaling policy.
ProjectsResource.RegionsResource.AutoscalingPoliciesResource.DeleteRequest
Deletes an autoscaling policy. It is an error to delete an autoscaling policy that is in use by one or more clusters.
ProjectsResource.RegionsResource.AutoscalingPoliciesResource.GetIamPolicyRequest
Gets the access control policy for a resource. Returns an empty policy if the resource exists and does not have a policy set.
ProjectsResource.RegionsResource.AutoscalingPoliciesResource.GetRequest
Retrieves autoscaling policy.
ProjectsResource.RegionsResource.AutoscalingPoliciesResource.ListRequest
Lists autoscaling policies in the project.
ProjectsResource.RegionsResource.AutoscalingPoliciesResource.SetIamPolicyRequest
Sets the access control policy on the specified resource. Replaces any existing policy.Can return NOT_FOUND, INVALID_ARGUMENT, and PERMISSION_DENIED errors.
ProjectsResource.RegionsResource.AutoscalingPoliciesResource.TestIamPermissionsRequest
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.
ProjectsResource.RegionsResource.AutoscalingPoliciesResource.UpdateRequest
Updates (replaces) autoscaling policy.Disabled check for update_mask, because all updates will be full replacements.
ProjectsResource.RegionsResource.ClustersResource
The "clusters" collection of methods.
ProjectsResource.RegionsResource.ClustersResource.CreateRequest
Creates a cluster in a project. The returned Operation.metadata will be ClusterOperationMetadata (https://cloud.google.com/dataproc/docs/reference/rpc/google.cloud.dataproc.v1#clusteroperationmetadata).
ProjectsResource.RegionsResource.ClustersResource.DeleteRequest
Deletes a cluster in a project. The returned Operation.metadata will be ClusterOperationMetadata (https://cloud.google.com/dataproc/docs/reference/rpc/google.cloud.dataproc.v1#clusteroperationmetadata).
ProjectsResource.RegionsResource.ClustersResource.DiagnoseRequest
Gets cluster diagnostic information. The returned Operation.metadata will be ClusterOperationMetadata (https://cloud.google.com/dataproc/docs/reference/rpc/google.cloud.dataproc.v1#clusteroperationmetadata). After the operation completes, Operation.response contains DiagnoseClusterResults (https://cloud.google.com/dataproc/docs/reference/rpc/google.cloud.dataproc.v1#diagnoseclusterresults).
ProjectsResource.RegionsResource.ClustersResource.GetIamPolicyRequest
Gets the access control policy for a resource. Returns an empty policy if the resource exists and does not have a policy set.
ProjectsResource.RegionsResource.ClustersResource.GetRequest
Gets the resource representation for a cluster in a project.
ProjectsResource.RegionsResource.ClustersResource.InjectCredentialsRequest
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.
ProjectsResource.RegionsResource.ClustersResource.ListRequest
Lists all regions/{region}/clusters in a project alphabetically.
ProjectsResource.RegionsResource.ClustersResource.NodeGroupsResource
The "nodeGroups" collection of methods.
ProjectsResource.RegionsResource.ClustersResource.NodeGroupsResource.CreateRequest
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).
ProjectsResource.RegionsResource.ClustersResource.NodeGroupsResource.GetRequest
Gets the resource representation for a node group in a cluster.
ProjectsResource.RegionsResource.ClustersResource.NodeGroupsResource.RepairRequest
Repair nodes in a node group.
ProjectsResource.RegionsResource.ClustersResource.NodeGroupsResource.ResizeRequest
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).
ProjectsResource.RegionsResource.ClustersResource.PatchRequest
Updates a cluster in a project. The returned Operation.metadata will be ClusterOperationMetadata (https://cloud.google.com/dataproc/docs/reference/rpc/google.cloud.dataproc.v1#clusteroperationmetadata). The cluster must be in a RUNNING state or an error is returned.
ProjectsResource.RegionsResource.ClustersResource.RepairRequest
Repairs a cluster.
ProjectsResource.RegionsResource.ClustersResource.SetIamPolicyRequest
Sets the access control policy on the specified resource. Replaces any existing policy.Can return NOT_FOUND, INVALID_ARGUMENT, and PERMISSION_DENIED errors.
ProjectsResource.RegionsResource.ClustersResource.StartRequest
Starts a cluster in a project.
ProjectsResource.RegionsResource.ClustersResource.StopRequest
Stops a cluster in a project.
ProjectsResource.RegionsResource.ClustersResource.TestIamPermissionsRequest
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.
ProjectsResource.RegionsResource.JobsResource
The "jobs" collection of methods.
ProjectsResource.RegionsResource.JobsResource.CancelRequest
Starts a job cancellation request. To access the job resource after cancellation, call regions/{region}/jobs.list (https://cloud.google.com/dataproc/docs/reference/rest/v1/projects.regions.jobs/list) or regions/{region}/jobs.get (https://cloud.google.com/dataproc/docs/reference/rest/v1/projects.regions.jobs/get).
ProjectsResource.RegionsResource.JobsResource.DeleteRequest
Deletes the job from the project. If the job is active, the delete fails, and the response returns FAILED_PRECONDITION.
ProjectsResource.RegionsResource.JobsResource.GetIamPolicyRequest
Gets the access control policy for a resource. Returns an empty policy if the resource exists and does not have a policy set.
ProjectsResource.RegionsResource.JobsResource.GetRequest
Gets the resource representation for a job in a project.
ProjectsResource.RegionsResource.JobsResource.ListRequest
Lists regions/{region}/jobs in a project.
ProjectsResource.RegionsResource.JobsResource.PatchRequest
Updates a job in a project.
ProjectsResource.RegionsResource.JobsResource.SetIamPolicyRequest
Sets the access control policy on the specified resource. Replaces any existing policy.Can return NOT_FOUND, INVALID_ARGUMENT, and PERMISSION_DENIED errors.
ProjectsResource.RegionsResource.JobsResource.SubmitAsOperationRequest
Submits job to a cluster.
ProjectsResource.RegionsResource.JobsResource.SubmitRequest
Submits a job to a cluster.
ProjectsResource.RegionsResource.JobsResource.TestIamPermissionsRequest
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.
ProjectsResource.RegionsResource.OperationsResource
The "operations" collection of methods.
ProjectsResource.RegionsResource.OperationsResource.CancelRequest
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.
ProjectsResource.RegionsResource.OperationsResource.DeleteRequest
Deletes a long-running operation. This method indicates that the client is no longer interested in the operation result. It does not cancel the operation. If the server doesn't support this method, it returns google.rpc.Code.UNIMPLEMENTED.
ProjectsResource.RegionsResource.OperationsResource.GetIamPolicyRequest
Gets the access control policy for a resource. Returns an empty policy if the resource exists and does not have a policy set.
ProjectsResource.RegionsResource.OperationsResource.GetRequest
Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.
ProjectsResource.RegionsResource.OperationsResource.ListRequest
Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns UNIMPLEMENTED.
ProjectsResource.RegionsResource.OperationsResource.SetIamPolicyRequest
Sets the access control policy on the specified resource. Replaces any existing policy.Can return NOT_FOUND, INVALID_ARGUMENT, and PERMISSION_DENIED errors.
ProjectsResource.RegionsResource.OperationsResource.TestIamPermissionsRequest
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.
ProjectsResource.RegionsResource.WorkflowTemplatesResource
The "workflowTemplates" collection of methods.
ProjectsResource.RegionsResource.WorkflowTemplatesResource.CreateRequest
Creates new workflow template.
ProjectsResource.RegionsResource.WorkflowTemplatesResource.DeleteRequest
Deletes a workflow template. It does not cancel in-progress workflows.
ProjectsResource.RegionsResource.WorkflowTemplatesResource.GetIamPolicyRequest
Gets the access control policy for a resource. Returns an empty policy if the resource exists and does not have a policy set.
ProjectsResource.RegionsResource.WorkflowTemplatesResource.GetRequest
Retrieves the latest workflow template.Can retrieve previously instantiated template by specifying optional version parameter.
ProjectsResource.RegionsResource.WorkflowTemplatesResource.InstantiateInlineRequest
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 (https://cloud.google.com/dataproc/docs/reference/rpc/google.cloud.dataproc.v1#workflowmetadata). Also see Using WorkflowMetadata (https://cloud.google.com/dataproc/docs/concepts/workflows/debugging#using_workflowmetadata).On successful completion, Operation.response will be Empty.
ProjectsResource.RegionsResource.WorkflowTemplatesResource.InstantiateRequest
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 (https://cloud.google.com/dataproc/docs/reference/rpc/google.cloud.dataproc.v1#workflowmetadata). Also see Using WorkflowMetadata (https://cloud.google.com/dataproc/docs/concepts/workflows/debugging#using_workflowmetadata).On successful completion, Operation.response will be Empty.
ProjectsResource.RegionsResource.WorkflowTemplatesResource.ListRequest
Lists workflows that match the specified filter in the request.
ProjectsResource.RegionsResource.WorkflowTemplatesResource.SetIamPolicyRequest
Sets the access control policy on the specified resource. Replaces any existing policy.Can return NOT_FOUND, INVALID_ARGUMENT, and PERMISSION_DENIED errors.
ProjectsResource.RegionsResource.WorkflowTemplatesResource.TestIamPermissionsRequest
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.
ProjectsResource.RegionsResource.WorkflowTemplatesResource.UpdateRequest
Updates (replaces) workflow template. The updated template must contain version that matches the current server version.
Enums
DataprocBaseServiceRequest<TResponse>.AltEnum
Data format for response.
DataprocBaseServiceRequest<TResponse>.XgafvEnum
V1 error format.
ProjectsResource.RegionsResource.ClustersResource.CreateRequest.ActionOnFailedPrimaryWorkersEnum
Optional. Failure action when primary worker creation fails.
ProjectsResource.RegionsResource.JobsResource.ListRequest.JobStateMatcherEnum
Optional. Specifies enumerated categories of jobs to list. (default = match ALL jobs).If filter is provided, jobStateMatcher will be ignored.