Class: Google::Cloud::AlloyDB::V1alpha::GetBackupRequest
- Inherits:
-
Object
- Object
- Google::Cloud::AlloyDB::V1alpha::GetBackupRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/alloydb/v1alpha/service.rb
Overview
Message for getting a Backup
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. Name of the resource.
791 792 793 794 |
# File 'proto_docs/google/cloud/alloydb/v1alpha/service.rb', line 791 class GetBackupRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |