Class: Google::Cloud::GkeBackup::V1::GetBackupIndexDownloadUrlRequest
- Inherits:
-
Object
- Object
- Google::Cloud::GkeBackup::V1::GetBackupIndexDownloadUrlRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/gkebackup/v1/gkebackup.rb
Overview
Request message for GetBackupIndexDownloadUrl.
Instance Attribute Summary collapse
-
#backup ⇒ ::String
Required.
Instance Attribute Details
#backup ⇒ ::String
Returns Required. Full name of Backup resource. Format: projects/{project}/locations/{location}/backupPlans/{backup_plan}/backups/{backup}.
664 665 666 667 |
# File 'proto_docs/google/cloud/gkebackup/v1/gkebackup.rb', line 664 class GetBackupIndexDownloadUrlRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |