Class: Google::Cloud::AlloyDB::V1alpha::GetInstanceRequest
- Inherits:
-
Object
- Object
- Google::Cloud::AlloyDB::V1alpha::GetInstanceRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/alloydb/v1alpha/service.rb
Overview
Message for getting a Instance
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
-
#view ⇒ ::Google::Cloud::AlloyDB::V1alpha::InstanceView
The view of the instance to return.
Instance Attribute Details
#name ⇒ ::String
Returns Required. The name of the resource. For the required format, see the comment on the Instance.name field.
354 355 356 357 |
# File 'proto_docs/google/cloud/alloydb/v1alpha/service.rb', line 354 class GetInstanceRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#view ⇒ ::Google::Cloud::AlloyDB::V1alpha::InstanceView
Returns The view of the instance to return.
354 355 356 357 |
# File 'proto_docs/google/cloud/alloydb/v1alpha/service.rb', line 354 class GetInstanceRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |