Class: Google::Cloud::AlloyDB::V1::GetClusterRequest
- Inherits:
-
Object
- Object
- Google::Cloud::AlloyDB::V1::GetClusterRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/alloydb/v1/service.rb
Overview
Message for getting a Cluster
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. The name of the resource. For the required format, see the comment on the Cluster.name field.
69 70 71 72 |
# File 'proto_docs/google/cloud/alloydb/v1/service.rb', line 69 class GetClusterRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |