lib/google/cloud/dataproc/v1beta2/cluster_controller_client.rb in google-cloud-dataproc-0.3.0 vs lib/google/cloud/dataproc/v1beta2/cluster_controller_client.rb in google-cloud-dataproc-0.3.1
- old
+ new
@@ -232,14 +232,15 @@
# Required. The cluster to create.
# A hash of the same form as `Google::Cloud::Dataproc::V1beta2::Cluster`
# can also be provided.
# @param request_id [String]
# Optional. A unique id used to identify the request. If the server
- # receives two {Google::Cloud::Dataproc::V1beta2::CreateClusterRequest CreateClusterRequest} requests 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.
+ # receives two
+ # {Google::Cloud::Dataproc::V1beta2::CreateClusterRequest CreateClusterRequest}
+ # requests 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),
@@ -340,13 +341,14 @@
# "numInstances":"5"
# }
# }
# }
#
- # Similarly, to change the number of preemptible workers in a cluster to 5, the
- # `update_mask` parameter would be `config.secondary_worker_config.num_instances`,
- # and the `PATCH` request body would be set as follows:
+ # Similarly, to change the number of preemptible workers in a cluster to 5,
+ # the `update_mask` parameter would be
+ # `config.secondary_worker_config.num_instances`, and the `PATCH` request
+ # body would be set as follows:
#
# {
# "config":{
# "secondaryWorkerConfig":{
# "numInstances":"5"
@@ -361,23 +363,28 @@
# </tr>
# <tr>
# <td>labels</td><td>Updates labels</td>
# </tr>
# <tr>
- # <td>config.worker_config.num_instances</td><td>Resize primary worker group</td>
+ # <td>config.worker_config.num_instances</td><td>Resize primary worker
+ # group</td>
# </tr>
# <tr>
- # <td>config.secondary_worker_config.num_instances</td><td>Resize secondary worker group</td>
+ # <td>config.secondary_worker_config.num_instances</td><td>Resize secondary
+ # worker group</td>
# </tr>
# <tr>
- # <td>config.lifecycle_config.auto_delete_ttl</td><td>Reset MAX TTL duration</td>
+ # <td>config.lifecycle_config.auto_delete_ttl</td><td>Reset MAX TTL
+ # duration</td>
# </tr>
# <tr>
- # <td>config.lifecycle_config.auto_delete_time</td><td>Update MAX TTL deletion timestamp</td>
+ # <td>config.lifecycle_config.auto_delete_time</td><td>Update MAX TTL
+ # deletion timestamp</td>
# </tr>
# <tr>
- # <td>config.lifecycle_config.idle_delete_ttl</td><td>Update Idle TTL duration</td>
+ # <td>config.lifecycle_config.idle_delete_ttl</td><td>Update Idle TTL
+ # duration</td>
# </tr>
# </table>
# A hash of the same form as `Google::Protobuf::FieldMask`
# can also be provided.
# @param graceful_decommission_timeout [Google::Protobuf::Duration | Hash]
@@ -391,14 +398,15 @@
# Only supported on Dataproc image versions 1.2 and higher.
# A hash of the same form as `Google::Protobuf::Duration`
# can also be provided.
# @param request_id [String]
# Optional. A unique id used to identify the request. If the server
- # receives two {Google::Cloud::Dataproc::V1beta2::UpdateClusterRequest UpdateClusterRequest} requests 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.
+ # receives two
+ # {Google::Cloud::Dataproc::V1beta2::UpdateClusterRequest UpdateClusterRequest}
+ # requests 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),
@@ -497,13 +505,14 @@
# @param cluster_uuid [String]
# Optional. Specifying the `cluster_uuid` means the RPC should fail
# (with error NOT_FOUND) if cluster with specified UUID does not exist.
# @param request_id [String]
# Optional. A unique id used to identify the request. If the server
- # receives two {Google::Cloud::Dataproc::V1beta2::DeleteClusterRequest DeleteClusterRequest} requests 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.
+ # receives two
+ # {Google::Cloud::Dataproc::V1beta2::DeleteClusterRequest DeleteClusterRequest}
+ # requests 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),