Class ListBackupsRequest (1.1.2)

ListBackupsRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)

ListBackupsRequest lists backups.

Attributes

NameDescription
parent str
Required. The project and location for which to retrieve backup information, in the format ``projects/{project_number}/locations/{location}``. In Cloud Filestore, backup locations map to GCP regions, for example **us-west1**. To retrieve backup information for all locations, use "-" for the ``{location}`` value.
page_size int
The maximum number of items to return.
page_token str
The next_page_token value to use if there are additional results to retrieve for this list request.
order_by str
Sort results. Supported values are "name", "name desc" or "" (unsorted).
filter str
List filter.

Inheritance

builtins.object > proto.message.Message > ListBackupsRequest