Reference documentation and code samples for the Cloud Spanner V1 Client class ListBackupsRequest.
The request for
ListBackups.
Generated from protobuf message google.spanner.admin.database.v1.ListBackupsRequest
Namespace
Google \ Cloud \ Spanner \ Admin \ Database \ V1
Methods
__construct
Constructor.
Parameters
Name
Description
data
array
Optional. Data for populating the Message object.
↳ parent
string
Required. The instance to list backups from. Values are of the form projects/<project>/instances/<instance>.
↳ filter
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: * * name * * database * * state * * create_time (and values are of the format YYYY-MM-DDTHH:MM:SSZ) * * expire_time (and values are of the format YYYY-MM-DDTHH:MM:SSZ) * * version_time (and values are of the format YYYY-MM-DDTHH:MM:SSZ) * * size_bytes * * backup_schedules You can combine multiple expressions by enclosing each expression in parentheses. By default, expressions are combined with AND logic, but you can specify AND, OR, and NOT logic explicitly. Here are a few examples: * * name:Howl - The backup's name contains the string "howl". * * database:prod - The database's name contains the string "prod". * * state:CREATING - The backup is pending creation. * * state:READY - The backup is fully created and ready for use. * * (name:howl) AND (create_time < \"2018-03-28T14:50:00Z\") - The backup name contains the string "howl" and create_time of the backup is before 2018-03-28T14:50:00Z. * * expire_time < \"2018-03-28T14:50:00Z\" - The backup expire_time is before 2018-03-28T14:50:00Z. * * size_bytes > 10000000000 - The backup's size is greater than 10GB * * backup_schedules:daily - The backup is created from a schedule with "daily" in its name.
↳ page_size
int
Number of backups to be returned in the response. If 0 or less, defaults to the server's maximum allowed page size.
↳ page_token
string
If non-empty, page_token should contain a next_page_token from a previous ListBackupsResponse to the same parent and with the same filter.
getParent
Required. The instance to list backups from. Values are of the
form projects/<project>/instances/<instance>.
Returns
Type
Description
string
setParent
Required. The instance to list backups from. Values are of the
form projects/<project>/instances/<instance>.
Parameter
Name
Description
var
string
Returns
Type
Description
$this
getFilter
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:
name
database
state
create_time (and values are of the format YYYY-MM-DDTHH:MM:SSZ)
expire_time (and values are of the format YYYY-MM-DDTHH:MM:SSZ)
version_time (and values are of the format YYYY-MM-DDTHH:MM:SSZ)
size_bytes
backup_schedules
You can combine multiple expressions by enclosing each expression in
parentheses. By default, expressions are combined with AND logic, but
you can specify AND, OR, and NOT logic explicitly.
Here are a few examples:
name:Howl - The backup's name contains the string "howl".
database:prod
The database's name contains the string "prod".
state:CREATING - The backup is pending creation.
state:READY - The backup is fully created and ready for use.
(name:howl) AND (create_time < \"2018-03-28T14:50:00Z\")
The backup name contains the string "howl" and create_time
of the backup is before 2018-03-28T14:50:00Z.
expire_time < \"2018-03-28T14:50:00Z\"
The backup expire_time is before 2018-03-28T14:50:00Z.
size_bytes > 10000000000 - The backup's size is greater than 10GB
backup_schedules:daily
The backup is created from a schedule with "daily" in its name.
Returns
Type
Description
string
setFilter
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:
name
database
state
create_time (and values are of the format YYYY-MM-DDTHH:MM:SSZ)
expire_time (and values are of the format YYYY-MM-DDTHH:MM:SSZ)
version_time (and values are of the format YYYY-MM-DDTHH:MM:SSZ)
size_bytes
backup_schedules
You can combine multiple expressions by enclosing each expression in
parentheses. By default, expressions are combined with AND logic, but
you can specify AND, OR, and NOT logic explicitly.
Here are a few examples:
name:Howl - The backup's name contains the string "howl".
database:prod
The database's name contains the string "prod".
state:CREATING - The backup is pending creation.
state:READY - The backup is fully created and ready for use.
(name:howl) AND (create_time < \"2018-03-28T14:50:00Z\")
The backup name contains the string "howl" and create_time
of the backup is before 2018-03-28T14:50:00Z.
expire_time < \"2018-03-28T14:50:00Z\"
The backup expire_time is before 2018-03-28T14:50:00Z.
size_bytes > 10000000000 - The backup's size is greater than 10GB
backup_schedules:daily
The backup is created from a schedule with "daily" in its name.
Parameter
Name
Description
var
string
Returns
Type
Description
$this
getPageSize
Number of backups to be returned in the response. If 0 or
less, defaults to the server's maximum allowed page size.
Returns
Type
Description
int
setPageSize
Number of backups to be returned in the response. If 0 or
less, defaults to the server's maximum allowed page size.
Parameter
Name
Description
var
int
Returns
Type
Description
$this
getPageToken
If non-empty, page_token should contain a
next_page_token
from a previous
ListBackupsResponse
to the same parent and with the same filter.
Returns
Type
Description
string
setPageToken
If non-empty, page_token should contain a
next_page_token
from a previous
ListBackupsResponse
to the same parent and with the same filter.
Parameter
Name
Description
var
string
Returns
Type
Description
$this
static::build
Parameter
Name
Description
parent
string
Required. The instance to list backups from. Values are of the
form projects/<project>/instances/<instance>. Please see
DatabaseAdminClient::instanceName() for help formatting this field.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-04 UTC."],[],[],null,["# Cloud Spanner V1 Client - Class ListBackupsRequest (1.104.0)\n\nVersion latestkeyboard_arrow_down\n\n- [1.104.0 (latest)](/php/docs/reference/cloud-spanner/latest/Admin.Database.V1.ListBackupsRequest)\n- [1.103.0](/php/docs/reference/cloud-spanner/1.103.0/Admin.Database.V1.ListBackupsRequest)\n- [1.102.0](/php/docs/reference/cloud-spanner/1.102.0/Admin.Database.V1.ListBackupsRequest)\n- [1.101.0](/php/docs/reference/cloud-spanner/1.101.0/Admin.Database.V1.ListBackupsRequest)\n- [1.100.0](/php/docs/reference/cloud-spanner/1.100.0/Admin.Database.V1.ListBackupsRequest)\n- [1.98.0](/php/docs/reference/cloud-spanner/1.98.0/Admin.Database.V1.ListBackupsRequest)\n- [1.97.0](/php/docs/reference/cloud-spanner/1.97.0/Admin.Database.V1.ListBackupsRequest)\n- [1.96.0](/php/docs/reference/cloud-spanner/1.96.0/Admin.Database.V1.ListBackupsRequest)\n- [1.95.0](/php/docs/reference/cloud-spanner/1.95.0/Admin.Database.V1.ListBackupsRequest)\n- [1.94.0](/php/docs/reference/cloud-spanner/1.94.0/Admin.Database.V1.ListBackupsRequest)\n- [1.93.1](/php/docs/reference/cloud-spanner/1.93.1/Admin.Database.V1.ListBackupsRequest)\n- [1.92.1](/php/docs/reference/cloud-spanner/1.92.1/Admin.Database.V1.ListBackupsRequest)\n- [1.91.0](/php/docs/reference/cloud-spanner/1.91.0/Admin.Database.V1.ListBackupsRequest)\n- [1.90.0](/php/docs/reference/cloud-spanner/1.90.0/Admin.Database.V1.ListBackupsRequest)\n- [1.89.0](/php/docs/reference/cloud-spanner/1.89.0/Admin.Database.V1.ListBackupsRequest)\n- [1.88.0](/php/docs/reference/cloud-spanner/1.88.0/Admin.Database.V1.ListBackupsRequest)\n- [1.87.0](/php/docs/reference/cloud-spanner/1.87.0/Admin.Database.V1.ListBackupsRequest)\n- [1.86.0](/php/docs/reference/cloud-spanner/1.86.0/Admin.Database.V1.ListBackupsRequest)\n- [1.85.0](/php/docs/reference/cloud-spanner/1.85.0/Admin.Database.V1.ListBackupsRequest)\n- [1.84.0](/php/docs/reference/cloud-spanner/1.84.0/Admin.Database.V1.ListBackupsRequest)\n- [1.83.0](/php/docs/reference/cloud-spanner/1.83.0/Admin.Database.V1.ListBackupsRequest)\n- [1.82.0](/php/docs/reference/cloud-spanner/1.82.0/Admin.Database.V1.ListBackupsRequest)\n- [1.81.0](/php/docs/reference/cloud-spanner/1.81.0/Admin.Database.V1.ListBackupsRequest)\n- [1.80.0](/php/docs/reference/cloud-spanner/1.80.0/Admin.Database.V1.ListBackupsRequest)\n- [1.79.0](/php/docs/reference/cloud-spanner/1.79.0/Admin.Database.V1.ListBackupsRequest)\n- [1.78.0](/php/docs/reference/cloud-spanner/1.78.0/Admin.Database.V1.ListBackupsRequest)\n- [1.77.0](/php/docs/reference/cloud-spanner/1.77.0/Admin.Database.V1.ListBackupsRequest)\n- [1.76.1](/php/docs/reference/cloud-spanner/1.76.1/Admin.Database.V1.ListBackupsRequest)\n- [1.68.0](/php/docs/reference/cloud-spanner/1.68.0/Admin.Database.V1.ListBackupsRequest)\n- [1.67.0](/php/docs/reference/cloud-spanner/1.67.0/Admin.Database.V1.ListBackupsRequest)\n- [1.66.0](/php/docs/reference/cloud-spanner/1.66.0/Admin.Database.V1.ListBackupsRequest)\n- [1.65.0](/php/docs/reference/cloud-spanner/1.65.0/Admin.Database.V1.ListBackupsRequest)\n- [1.64.0](/php/docs/reference/cloud-spanner/1.64.0/Admin.Database.V1.ListBackupsRequest)\n- [1.63.2](/php/docs/reference/cloud-spanner/1.63.2/Admin.Database.V1.ListBackupsRequest)\n- [1.62.1](/php/docs/reference/cloud-spanner/1.62.1/Admin.Database.V1.ListBackupsRequest)\n- [1.61.0](/php/docs/reference/cloud-spanner/1.61.0/Admin.Database.V1.ListBackupsRequest)\n- [1.60.0](/php/docs/reference/cloud-spanner/1.60.0/Admin.Database.V1.ListBackupsRequest)\n- [1.59.0](/php/docs/reference/cloud-spanner/1.59.0/Admin.Database.V1.ListBackupsRequest)\n- [1.58.4](/php/docs/reference/cloud-spanner/1.58.4/Admin.Database.V1.ListBackupsRequest)\n- [1.57.0](/php/docs/reference/cloud-spanner/1.57.0/Admin.Database.V1.ListBackupsRequest)\n- [1.56.0](/php/docs/reference/cloud-spanner/1.56.0/Admin.Database.V1.ListBackupsRequest)\n- [1.55.0](/php/docs/reference/cloud-spanner/1.55.0/Admin.Database.V1.ListBackupsRequest)\n- [1.54.2](/php/docs/reference/cloud-spanner/1.54.2/Admin.Database.V1.ListBackupsRequest) \nReference documentation and code samples for the Cloud Spanner V1 Client class ListBackupsRequest.\n\nThe request for\nListBackups.\n\nGenerated from protobuf message `google.spanner.admin.database.v1.ListBackupsRequest`\n\nNamespace\n---------\n\nGoogle \\\\ Cloud \\\\ Spanner \\\\ Admin \\\\ Database \\\\ V1\n\nMethods\n-------\n\n### __construct\n\nConstructor.\n\n### getParent\n\nRequired. The instance to list backups from. Values are of the\nform `projects/\u003cproject\u003e/instances/\u003cinstance\u003e`.\n\n### setParent\n\nRequired. The instance to list backups from. Values are of the\nform `projects/\u003cproject\u003e/instances/\u003cinstance\u003e`.\n\n### getFilter\n\nAn expression that filters the list of returned backups.\n\nA filter expression consists of a field name, a comparison operator, and a\nvalue for filtering.\nThe value must be a string, a number, or a boolean. The comparison operator\nmust be one of: `\u003c`, `\u003e`, `\u003c=`, `\u003e=`, `!=`, `=`, or `:`.\nColon `:` is the contains operator. Filter rules are not case sensitive.\nThe following fields in the\n[Backup](/php/docs/reference/cloud-spanner/latest/Admin.Database.V1.Backup) are eligible for\nfiltering:\n\n- `name`\n- `database`\n- `state`\n- `create_time` (and values are of the format YYYY-MM-DDTHH:MM:SSZ)\n- `expire_time` (and values are of the format YYYY-MM-DDTHH:MM:SSZ)\n- `version_time` (and values are of the format YYYY-MM-DDTHH:MM:SSZ)\n- `size_bytes`\n- `backup_schedules` You can combine multiple expressions by enclosing each expression in parentheses. By default, expressions are combined with AND logic, but you can specify AND, OR, and NOT logic explicitly. Here are a few examples:\n- `name:Howl` - The backup's name contains the string \"howl\".\n- `database:prod`\n - The database's name contains the string \"prod\".\n- `state:CREATING` - The backup is pending creation.\n- `state:READY` - The backup is fully created and ready for use.\n- `(name:howl) AND (create_time \u003c \\\"2018-03-28T14:50:00Z\\\")`\n - The backup name contains the string \"howl\" and `create_time` of the backup is before 2018-03-28T14:50:00Z.\n- `expire_time \u003c \\\"2018-03-28T14:50:00Z\\\"`\n - The backup `expire_time` is before 2018-03-28T14:50:00Z.\n- `size_bytes \u003e 10000000000` - The backup's size is greater than 10GB\n- `backup_schedules:daily`\n - The backup is created from a schedule with \"daily\" in its name.\n\n### setFilter\n\nAn expression that filters the list of returned backups.\n\nA filter expression consists of a field name, a comparison operator, and a\nvalue for filtering.\nThe value must be a string, a number, or a boolean. The comparison operator\nmust be one of: `\u003c`, `\u003e`, `\u003c=`, `\u003e=`, `!=`, `=`, or `:`.\nColon `:` is the contains operator. Filter rules are not case sensitive.\nThe following fields in the\n[Backup](/php/docs/reference/cloud-spanner/latest/Admin.Database.V1.Backup) are eligible for\nfiltering:\n\n- `name`\n- `database`\n- `state`\n- `create_time` (and values are of the format YYYY-MM-DDTHH:MM:SSZ)\n- `expire_time` (and values are of the format YYYY-MM-DDTHH:MM:SSZ)\n- `version_time` (and values are of the format YYYY-MM-DDTHH:MM:SSZ)\n- `size_bytes`\n- `backup_schedules` You can combine multiple expressions by enclosing each expression in parentheses. By default, expressions are combined with AND logic, but you can specify AND, OR, and NOT logic explicitly. Here are a few examples:\n- `name:Howl` - The backup's name contains the string \"howl\".\n- `database:prod`\n - The database's name contains the string \"prod\".\n- `state:CREATING` - The backup is pending creation.\n- `state:READY` - The backup is fully created and ready for use.\n- `(name:howl) AND (create_time \u003c \\\"2018-03-28T14:50:00Z\\\")`\n - The backup name contains the string \"howl\" and `create_time` of the backup is before 2018-03-28T14:50:00Z.\n- `expire_time \u003c \\\"2018-03-28T14:50:00Z\\\"`\n - The backup `expire_time` is before 2018-03-28T14:50:00Z.\n- `size_bytes \u003e 10000000000` - The backup's size is greater than 10GB\n- `backup_schedules:daily`\n - The backup is created from a schedule with \"daily\" in its name.\n\n### getPageSize\n\nNumber of backups to be returned in the response. If 0 or\nless, defaults to the server's maximum allowed page size.\n\n### setPageSize\n\nNumber of backups to be returned in the response. If 0 or\nless, defaults to the server's maximum allowed page size.\n\n### getPageToken\n\nIf non-empty, `page_token` should contain a\n[next_page_token](/php/docs/reference/cloud-spanner/latest/Admin.Database.V1.ListBackupsResponse#_Google_Cloud_Spanner_Admin_Database_V1_ListBackupsResponse__getNextPageToken__)\nfrom a previous\n[ListBackupsResponse](/php/docs/reference/cloud-spanner/latest/Admin.Database.V1.ListBackupsResponse)\nto the same `parent` and with the same `filter`.\n\n### setPageToken\n\nIf non-empty, `page_token` should contain a\n[next_page_token](/php/docs/reference/cloud-spanner/latest/Admin.Database.V1.ListBackupsResponse#_Google_Cloud_Spanner_Admin_Database_V1_ListBackupsResponse__getNextPageToken__)\nfrom a previous\n[ListBackupsResponse](/php/docs/reference/cloud-spanner/latest/Admin.Database.V1.ListBackupsResponse)\nto the same `parent` and with the same `filter`.\n\n### static::build"]]