Class: Google::Cloud::Firestore::Admin::V1::GetBackupRequest

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.GetBackup.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. Name of the backup to fetch.

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

Returns:

  • (::String)

    Required. Name of the backup to fetch.

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



477
478
479
480
# File 'proto_docs/google/firestore/admin/v1/firestore_admin.rb', line 477

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