Class: Google::Cloud::Dataproc::V1beta2::GetClusterRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Dataproc::V1beta2::GetClusterRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dataproc/v1beta2/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.
957 958 959 960 |
# File 'proto_docs/google/cloud/dataproc/v1beta2/clusters.rb', line 957 class GetClusterRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#project_id ⇒ ::String
Returns Required. The ID of the Google Cloud Platform project that the cluster belongs to.
957 958 959 960 |
# File 'proto_docs/google/cloud/dataproc/v1beta2/clusters.rb', line 957 class GetClusterRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#region ⇒ ::String
Returns Required. The Dataproc region in which to handle the request.
957 958 959 960 |
# File 'proto_docs/google/cloud/dataproc/v1beta2/clusters.rb', line 957 class GetClusterRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |