Class: Google::Cloud::Dataproc::V1::GetClusterRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/dataproc/v1/clusters.rb

Overview

Request to get the resource representation for a cluster in a project.

Instance Attribute Summary collapse

Instance Attribute Details

#cluster_name::String

Returns Required. The cluster name.

Returns:

  • (::String)

    Required. The cluster name.



1474
1475
1476
1477
# File 'proto_docs/google/cloud/dataproc/v1/clusters.rb', line 1474

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.

Returns:

  • (::String)

    Required. The ID of the Google Cloud Platform project that the cluster belongs to.



1474
1475
1476
1477
# File 'proto_docs/google/cloud/dataproc/v1/clusters.rb', line 1474

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.

Returns:

  • (::String)

    Required. The Dataproc region in which to handle the request.



1474
1475
1476
1477
# File 'proto_docs/google/cloud/dataproc/v1/clusters.rb', line 1474

class GetClusterRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end