Class: Google::Cloud::Firestore::Admin::V1::ListBackupsRequest

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

Instance Attribute Summary collapse

Instance Attribute Details

#parent::String

Returns Required. The location to list backups from.

Format is projects/{project}/locations/{location}. Use {location} = '-' to list backups from all locations for the given project. This allows listing backups from a single location or from all locations.

Returns:

  • (::String)

    Required. The location to list backups from.

    Format is projects/{project}/locations/{location}. Use {location} = '-' to list backups from all locations for the given project. This allows listing backups from a single location or from all locations.



492
493
494
495
# File 'proto_docs/google/firestore/admin/v1/firestore_admin.rb', line 492

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