Class: Google::Cloud::Firestore::Admin::V1::DeleteBackupRequest

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

Overview

The request for FirestoreAdmin.DeleteBackup.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. Name of the backup to delete.

format is projects/{project}/locations/{location}/backups/{backup}.

Returns:

  • (::String)

    Required. Name of the backup to delete.

    format is projects/{project}/locations/{location}/backups/{backup}.



522
523
524
525
# File 'proto_docs/google/firestore/admin/v1/firestore_admin.rb', line 522

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