Class: Google::Cloud::Dataproc::V1::GetNodeGroupRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Dataproc::V1::GetNodeGroupRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dataproc/v1/node_groups.rb
Overview
A request to get a node group .
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. The name of the node group to retrieve.
Format:
projects/{project}/regions/{region}/clusters/{cluster}/nodeGroups/{nodeGroup}
.
108 109 110 111 |
# File 'proto_docs/google/cloud/dataproc/v1/node_groups.rb', line 108 class GetNodeGroupRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |