lib/google/cloud/dataproc/v1beta2/cluster_controller_client.rb in google-cloud-dataproc-0.9.0 vs lib/google/cloud/dataproc/v1beta2/cluster_controller_client.rb in google-cloud-dataproc-0.9.1
- old
+ new
@@ -237,11 +237,11 @@
#
# @param project_id [String]
# Required. The ID of the Google Cloud Platform project that the cluster
# belongs to.
# @param region [String]
- # Required. The Cloud Dataproc region in which to handle the request.
+ # Required. The Dataproc region in which to handle the request.
# @param cluster [Google::Cloud::Dataproc::V1beta2::Cluster | Hash]
# 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]
@@ -332,11 +332,11 @@
#
# @param project_id [String]
# Required. The ID of the Google Cloud Platform project the
# cluster belongs to.
# @param region [String]
- # Required. The Cloud Dataproc region in which to handle the request.
+ # Required. The Dataproc region in which to handle the request.
# @param cluster_name [String]
# Required. The cluster name.
# @param cluster [Google::Cloud::Dataproc::V1beta2::Cluster | Hash]
# Required. The changes to the cluster.
# A hash of the same form as `Google::Cloud::Dataproc::V1beta2::Cluster`
@@ -408,11 +408,12 @@
# Optional. Timeout for graceful YARN decomissioning. Graceful
# decommissioning allows removing nodes from the cluster without
# interrupting jobs in progress. Timeout specifies how long to wait for jobs
# in progress to finish before forcefully removing nodes (and potentially
# interrupting jobs). Default timeout is 0 (for forceful decommission), and
- # the maximum allowed timeout is 1 day.
+ # the maximum allowed timeout is 1 day (see JSON representation of
+ # [Duration](https://developers.google.com/protocol-buffers/docs/proto3#json)).
#
# 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]
@@ -515,11 +516,11 @@
#
# @param project_id [String]
# Required. The ID of the Google Cloud Platform project that the cluster
# belongs to.
# @param region [String]
- # Required. The Cloud Dataproc region in which to handle the request.
+ # Required. The Dataproc region in which to handle the request.
# @param cluster_name [String]
# Required. The cluster name.
# @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.
@@ -611,11 +612,11 @@
#
# @param project_id [String]
# Required. The ID of the Google Cloud Platform project that the cluster
# belongs to.
# @param region [String]
- # Required. The Cloud Dataproc region in which to handle the request.
+ # Required. The Dataproc region in which to handle the request.
# @param cluster_name [String]
# Required. The cluster name.
# @param options [Google::Gax::CallOptions]
# Overrides the default settings for this call, e.g, timeout,
# retries, etc.
@@ -658,11 +659,11 @@
#
# @param project_id [String]
# Required. The ID of the Google Cloud Platform project that the cluster
# belongs to.
# @param region [String]
- # Required. The Cloud Dataproc region in which to handle the request.
+ # Required. The Dataproc region in which to handle the request.
# @param filter [String]
# Optional. A filter constraining the clusters to list. Filters are
# case-sensitive and have the following syntax:
#
# field = value [AND [field = value]] ...
@@ -744,16 +745,16 @@
# {Google::Longrunning::Operation#metadata Operation#metadata} will be
# [ClusterOperationMetadata](https://cloud.google.com/dataproc/docs/reference/rpc/google.cloud.dataproc.v1beta2#clusteroperationmetadata).
# After the operation completes,
# {Google::Longrunning::Operation#response Operation#response}
# contains
- # [Empty](https://cloud.google.comgoogle.protobuf.Empty).
+ # {Google::Protobuf::Empty Empty}.
#
# @param project_id [String]
# Required. The ID of the Google Cloud Platform project that the cluster
# belongs to.
# @param region [String]
- # Required. The Cloud Dataproc region in which to handle the request.
+ # Required. The Dataproc region in which to handle the request.
# @param cluster_name [String]
# Required. The cluster name.
# @param options [Google::Gax::CallOptions]
# Overrides the default settings for this call, e.g, timeout,
# retries, etc.