Class: Google::Cloud::GkeBackup::V1::GetBackupIndexDownloadUrlResponse

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/gkebackup/v1/gkebackup.rb

Overview

Response message for GetBackupIndexDownloadUrl.

Instance Attribute Summary collapse

Instance Attribute Details

#signed_url::String

Returns Required. The signed URL for downloading the backup index.

Returns:

  • (::String)

    Required. The signed URL for downloading the backup index.



1058
1059
1060
1061
# File 'proto_docs/google/cloud/gkebackup/v1/gkebackup.rb', line 1058

class GetBackupIndexDownloadUrlResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end