Class: Google::Cloud::Metastore::V1::GetBackupRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Metastore::V1::GetBackupRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/metastore/v1/metastore.rb
Overview
Request message for DataprocMetastore.GetBackup.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. The relative resource name of the backup to retrieve, in the following form:
projects/{project_number}/locations/{location_id}/services/{service_id}/backups/{backup_id}
.
1054 1055 1056 1057 |
# File 'proto_docs/google/cloud/metastore/v1/metastore.rb', line 1054 class GetBackupRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |