Class: Google::Cloud::Dataproc::V1::GetClusterRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Dataproc::V1::GetClusterRequest
- Defined in:
- lib/google/cloud/dataproc/v1/doc/google/cloud/dataproc/v1/clusters.rb
Overview
Request to get the resource representation for a cluster in a project.
Instance Attribute Summary collapse
-
#cluster_name ⇒ String
Required.
-
#project_id ⇒ String
Required.
-
#region ⇒ String
Required.
Instance Attribute Details
#cluster_name ⇒ String
Returns Required. The cluster name.
479 |
# File 'lib/google/cloud/dataproc/v1/doc/google/cloud/dataproc/v1/clusters.rb', line 479 class GetClusterRequest; end |
#project_id ⇒ String
Returns Required. The ID of the Google Cloud Platform project that the cluster belongs to.
479 |
# File 'lib/google/cloud/dataproc/v1/doc/google/cloud/dataproc/v1/clusters.rb', line 479 class GetClusterRequest; end |
#region ⇒ String
Returns Required. The Cloud Dataproc region in which to handle the request.
479 |
# File 'lib/google/cloud/dataproc/v1/doc/google/cloud/dataproc/v1/clusters.rb', line 479 class GetClusterRequest; end |