lib/google/cloud/dataproc/v1/doc/google/cloud/dataproc/v1/clusters.rb in google-cloud-dataproc-0.7.1 vs lib/google/cloud/dataproc/v1/doc/google/cloud/dataproc/v1/clusters.rb in google-cloud-dataproc-0.7.2
- old
+ new
@@ -26,11 +26,11 @@
# @return [String]
# Required. The cluster name. Cluster names within a project must be
# unique. Names of deleted clusters can be reused.
# @!attribute [rw] config
# @return [Google::Cloud::Dataproc::V1::ClusterConfig]
- # Required. The cluster config. Note that Cloud Dataproc may set
+ # Required. The cluster config. Note that Dataproc may set
# default values, and values may change when clusters are updated.
# @!attribute [rw] labels
# @return [Hash{String => String}]
# Optional. The labels to associate with this cluster.
# Label **keys** must contain 1 to 63 characters, and must conform to
@@ -45,11 +45,11 @@
# @!attribute [rw] status_history
# @return [Array<Google::Cloud::Dataproc::V1::ClusterStatus>]
# Output only. The previous cluster status.
# @!attribute [rw] cluster_uuid
# @return [String]
- # Output only. A cluster UUID (Unique Universal Identifier). Cloud Dataproc
+ # Output only. A cluster UUID (Unique Universal Identifier). Dataproc
# generates this value when it creates the cluster.
# @!attribute [rw] metrics
# @return [Google::Cloud::Dataproc::V1::ClusterMetrics]
# Contains cluster daemon metrics such as HDFS and YARN stats.
#
@@ -58,18 +58,18 @@
class Cluster; end
# The cluster config.
# @!attribute [rw] config_bucket
# @return [String]
- # Optional. A Google Cloud Storage bucket used to stage job
+ # Optional. A Cloud Storage bucket used to stage job
# dependencies, config files, and job driver console output.
# If you do not specify a staging bucket, Cloud
# Dataproc will determine a Cloud Storage location (US,
- # ASIA, or EU) for your cluster's staging bucket according to the Google
+ # ASIA, or EU) for your cluster's staging bucket according to the
# Compute Engine zone where your cluster is deployed, and then create
# and manage this project-level, per-location bucket (see
- # [Cloud Dataproc staging
+ # [Dataproc staging
# bucket](/dataproc/docs/concepts/configuring-clusters/staging-bucket)).
# @!attribute [rw] gce_cluster_config
# @return [Google::Cloud::Dataproc::V1::GceClusterConfig]
# Optional. The shared Compute Engine config settings for
# all instances in a cluster.
@@ -124,11 +124,11 @@
# Examples:
#
# * `https://www.googleapis.com/compute/v1/projects/[project_id]/locations/[dataproc_region]/autoscalingPolicies/[policy_id]`
# * `projects/[project_id]/locations/[dataproc_region]/autoscalingPolicies/[policy_id]`
#
- # Note that the policy must be in the same project and Cloud Dataproc region.
+ # Note that the policy must be in the same project and Dataproc region.
class AutoscalingConfig; end
# Encryption settings for the cluster.
# @!attribute [rw] gce_pd_kms_key_name
# @return [String]
@@ -140,11 +140,11 @@
# instances, applicable to all instances in the cluster.
# @!attribute [rw] zone_uri
# @return [String]
# Optional. The zone where the Compute Engine cluster will be located.
# On a create request, it is required in the "global" region. If omitted
- # in a non-global Cloud Dataproc region, the service will pick a zone in the
+ # in a non-global Dataproc region, the service will pick a zone in the
# corresponding Compute Engine region. On a get request, zone will
# always be present.
#
# A full URL, partial URI, or short name are valid. Examples:
#
@@ -182,21 +182,21 @@
# instance. This `internal_ip_only` restriction can only be enabled for
# subnetwork enabled networks, and all off-cluster dependencies must be
# configured to be accessible without external IP addresses.
# @!attribute [rw] service_account
# @return [String]
- # Optional. The service account of the instances. Defaults to the default
- # Compute Engine service account. Custom service accounts need
- # permissions equivalent to the following IAM roles:
+ # Optional. The [Dataproc service
+ # account](/dataproc/docs/concepts/configuring-clusters/service-accounts#service_accounts_in_cloud_dataproc)
+ # (also see [VM Data Plane
+ # identity](/dataproc/docs/concepts/iam/dataproc-principals#vm_service_account_data_plane_identity))
+ # used by Dataproc cluster VM instances to access Google Cloud Platform
+ # services.
#
- # * roles/logging.logWriter
- # * roles/storage.objectAdmin
- #
- # (see
- # https://cloud.google.com/compute/docs/access/service-accounts#custom_service_accounts
- # for more information).
- # Example: `[account_id]@[project_id].iam.gserviceaccount.com`
+ # If not specified, the
+ # [Compute Engine default service
+ # account](/compute/docs/access/service-accounts#default_service_account)
+ # is used.
# @!attribute [rw] service_account_scopes
# @return [Array<String>]
# Optional. The URIs of service account scopes to be included in
# Compute Engine instances. The following base set of scopes is always
# included:
@@ -228,11 +228,11 @@
# @return [Integer]
# Optional. The number of VM instances in the instance group.
# For master instance groups, must be set to 1.
# @!attribute [rw] instance_names
# @return [Array<String>]
- # Output only. The list of instance names. Cloud Dataproc derives the names
+ # Output only. The list of instance names. Dataproc derives the names
# from `cluster_name`, `num_instances`, and the instance group.
# @!attribute [rw] image_uri
# @return [String]
# Optional. The Compute Engine image resource used for cluster
# instances. It can be specified or may be inferred from
@@ -245,11 +245,11 @@
#
# * `https://www.googleapis.com/compute/v1/projects/[project_id]/zones/us-east1-a/machineTypes/n1-standard-2`
# * `projects/[project_id]/zones/us-east1-a/machineTypes/n1-standard-2`
# * `n1-standard-2`
#
- # **Auto Zone Exception**: If you are using the Cloud Dataproc
+ # **Auto Zone Exception**: If you are using the Dataproc
# [Auto Zone
# Placement](/dataproc/docs/concepts/configuring-clusters/auto-zone#using_auto_zone_placement)
# feature, you must use the short name of the machine type
# resource, for example, `n1-standard-2`.
# @!attribute [rw] disk_config
@@ -269,11 +269,11 @@
# Optional. The Compute Engine accelerator configuration for these
# instances.
# @!attribute [rw] min_cpu_platform
# @return [String]
# Optional. Specifies the minimum cpu platform for the Instance Group.
- # See [Cloud Dataproc→Minimum CPU Platform]
+ # See [Dataproc→Minimum CPU Platform]
# (/dataproc/docs/concepts/compute/dataproc-min-cpu).
class InstanceGroupConfig; end
# Specifies the resources used to actively manage an instance group.
# @!attribute [rw] instance_template_name
@@ -298,11 +298,11 @@
#
# * `https://www.googleapis.com/compute/beta/projects/[project_id]/zones/us-east1-a/acceleratorTypes/nvidia-tesla-k80`
# * `projects/[project_id]/zones/us-east1-a/acceleratorTypes/nvidia-tesla-k80`
# * `nvidia-tesla-k80`
#
- # **Auto Zone Exception**: If you are using the Cloud Dataproc
+ # **Auto Zone Exception**: If you are using the Dataproc
# [Auto Zone
# Placement](/dataproc/docs/concepts/configuring-clusters/auto-zone#using_auto_zone_placement)
# feature, you must use the short name of the accelerator type
# resource, for example, `nvidia-tesla-k80`.
# @!attribute [rw] accelerator_count
@@ -389,11 +389,11 @@
#
# Applies to RUNNING state.
UNHEALTHY = 1
# The agent-reported status is out of date (may occur if
- # Cloud Dataproc loses communication with Agent).
+ # Dataproc loses communication with Agent).
#
# Applies to RUNNING state.
STALE_STATUS = 2
end
end
@@ -475,11 +475,11 @@
# Specifies the selection and config of software inside the cluster.
# @!attribute [rw] image_version
# @return [String]
# Optional. The version of software inside the cluster. It must be one of the
- # supported [Cloud Dataproc
+ # supported [Dataproc
# Versions](/dataproc/docs/concepts/versioning/dataproc-versions#supported_cloud_dataproc_versions),
# such as "1.2" (including a subminor version, such as "1.2.29"), or the
# ["preview"
# version](/dataproc/docs/concepts/versioning/dataproc-versions#other_versions).
# If unspecified, it defaults to the latest Debian version.
@@ -525,11 +525,11 @@
# @return [String]
# Required. The ID of the Google Cloud Platform project that the cluster
# belongs to.
# @!attribute [rw] region
# @return [String]
- # Required. The Cloud Dataproc region in which to handle the request.
+ # Required. The Dataproc region in which to handle the request.
# @!attribute [rw] cluster
# @return [Google::Cloud::Dataproc::V1::Cluster]
# Required. The cluster to create.
# @!attribute [rw] request_id
# @return [String]
@@ -551,11 +551,11 @@
# @return [String]
# Required. The ID of the Google Cloud Platform project the
# cluster belongs to.
# @!attribute [rw] region
# @return [String]
- # Required. The Cloud Dataproc region in which to handle the request.
+ # Required. The Dataproc region in which to handle the request.
# @!attribute [rw] cluster_name
# @return [String]
# Required. The cluster name.
# @!attribute [rw] cluster
# @return [Google::Cloud::Dataproc::V1::Cluster]
@@ -643,11 +643,11 @@
# @return [String]
# Required. The ID of the Google Cloud Platform project that the cluster
# belongs to.
# @!attribute [rw] region
# @return [String]
- # Required. The Cloud Dataproc region in which to handle the request.
+ # Required. The Dataproc region in which to handle the request.
# @!attribute [rw] cluster_name
# @return [String]
# Required. The cluster name.
# @!attribute [rw] cluster_uuid
# @return [String]
@@ -673,11 +673,11 @@
# @return [String]
# Required. The ID of the Google Cloud Platform project that the cluster
# belongs to.
# @!attribute [rw] region
# @return [String]
- # Required. The Cloud Dataproc region in which to handle the request.
+ # Required. The Dataproc region in which to handle the request.
# @!attribute [rw] cluster_name
# @return [String]
# Required. The cluster name.
class GetClusterRequest; end
@@ -686,11 +686,11 @@
# @return [String]
# Required. The ID of the Google Cloud Platform project that the cluster
# belongs to.
# @!attribute [rw] region
# @return [String]
- # Required. The Cloud Dataproc region in which to handle the request.
+ # Required. The Dataproc region in which to handle the request.
# @!attribute [rw] filter
# @return [String]
# Optional. A filter constraining the clusters to list. Filters are
# case-sensitive and have the following syntax:
#
@@ -734,10 +734,10 @@
# @return [String]
# Required. The ID of the Google Cloud Platform project that the cluster
# belongs to.
# @!attribute [rw] region
# @return [String]
- # Required. The Cloud Dataproc region in which to handle the request.
+ # Required. The Dataproc region in which to handle the request.
# @!attribute [rw] cluster_name
# @return [String]
# Required. The cluster name.
class DiagnoseClusterRequest; end
\ No newline at end of file