Cloud Firestore Admin V1 API - Class Google::Cloud::Firestore::Admin::V1::ListBackupsRequest (v1.3.0)

Reference documentation and code samples for the Cloud Firestore Admin V1 API class Google::Cloud::Firestore::Admin::V1::ListBackupsRequest.

The request for FirestoreAdmin.ListBackups.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#filter

def filter() -> ::String
Returns
  • (::String) —

    An expression that filters the list of returned backups.

    A filter expression consists of a field name, a comparison operator, and a value for filtering. The value must be a string, a number, or a boolean. The comparison operator must be one of: <, >, <=, >=, !=, =, or :. Colon : is the contains operator. Filter rules are not case sensitive.

    The following fields in the Backup are eligible for filtering:

    • database_uid (supports = only)

#filter=

def filter=(value) -> ::String
Parameter
  • value (::String) —

    An expression that filters the list of returned backups.

    A filter expression consists of a field name, a comparison operator, and a value for filtering. The value must be a string, a number, or a boolean. The comparison operator must be one of: <, >, <=, >=, !=, =, or :. Colon : is the contains operator. Filter rules are not case sensitive.

    The following fields in the Backup are eligible for filtering:

    • database_uid (supports = only)
Returns
  • (::String) —

    An expression that filters the list of returned backups.

    A filter expression consists of a field name, a comparison operator, and a value for filtering. The value must be a string, a number, or a boolean. The comparison operator must be one of: <, >, <=, >=, !=, =, or :. Colon : is the contains operator. Filter rules are not case sensitive.

    The following fields in the Backup are eligible for filtering:

    • database_uid (supports = only)

#parent

def parent() -> ::String
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.

#parent=

def parent=(value) -> ::String
Parameter
  • value (::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.

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.