Class: Google::Cloud::AlloyDB::V1alpha::GetClusterRequest
- Inherits:
-
Object
- Object
- Google::Cloud::AlloyDB::V1alpha::GetClusterRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/alloydb/v1alpha/service.rb
Overview
Message for getting a Cluster
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
-
#view ⇒ ::Google::Cloud::AlloyDB::V1alpha::ClusterView
Optional.
Instance Attribute Details
#name ⇒ ::String
Returns Required. The name of the resource. For the required format, see the comment on the Cluster.name field.
73 74 75 76 |
# File 'proto_docs/google/cloud/alloydb/v1alpha/service.rb', line 73 class GetClusterRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#view ⇒ ::Google::Cloud::AlloyDB::V1alpha::ClusterView
Returns Optional. The view of the cluster to return. Returns all default fields if not set.
73 74 75 76 |
# File 'proto_docs/google/cloud/alloydb/v1alpha/service.rb', line 73 class GetClusterRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |