Class: Google::Cloud::Dataproc::V1beta2::DiagnoseClusterRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Dataproc::V1beta2::DiagnoseClusterRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dataproc/v1beta2/clusters.rb
Overview
A request to collect cluster diagnostic information.
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.
1027 1028 1029 1030 |
# File 'proto_docs/google/cloud/dataproc/v1beta2/clusters.rb', line 1027 class DiagnoseClusterRequest 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.
1027 1028 1029 1030 |
# File 'proto_docs/google/cloud/dataproc/v1beta2/clusters.rb', line 1027 class DiagnoseClusterRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#region ⇒ ::String
Returns Required. The Dataproc region in which to handle the request.
1027 1028 1029 1030 |
# File 'proto_docs/google/cloud/dataproc/v1beta2/clusters.rb', line 1027 class DiagnoseClusterRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |