You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#### dataproc:v1
The following keys were added:
- resources.projects.resources.regions.resources.clusters.methods.create.parameters.actionOnFailedPrimaryWorkers (Total Keys: 2)
<pclass="firstline">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).</p>
<pre>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).
131
131
132
132
Args:
@@ -373,6 +373,11 @@ <h3>Method Details</h3>
373
373
],
374
374
}
375
375
376
+
actionOnFailedPrimaryWorkers: string, Optional. Failure action when primary worker creation fails.
377
+
Allowed values
378
+
FAILURE_ACTION_UNSPECIFIED - When FailureAction is unspecified, failure action defaults to NO_ACTION.
379
+
NO_ACTION - Take no action on failure to create a cluster resource. NO_ACTION is the default.
380
+
DELETE - Delete the failed cluster resource.
376
381
requestId: string, Optional. A unique ID used to identify the request. If the server receives two CreateClusterRequest (https://cloud.google.com/dataproc/docs/reference/rpc/google.cloud.dataproc.v1#google.cloud.dataproc.v1.CreateClusterRequest)s with the same id, then the second request will be ignored and the first google.longrunning.Operation created and stored in the backend is returned.It is recommended to always 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.
0 commit comments