Reference documentation and code samples for the Google Cloud Redis Cluster V1 Client class ListBackupsRequest.
Request for [ListBackups].
Generated from protobuf message google.cloud.redis.cluster.v1.ListBackupsRequest
Namespace
Google \ Cloud \ Redis \ Cluster \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ parent
string
Required. The resource name of the backupCollection using the form: projects/{project_id}/locations/{location_id}/backupCollections/{backup_collection_id}
↳ page_size
int
Optional. The maximum number of items to return. If not specified, a default value of 1000 will be used by the service. Regardless of the page_size value, the response may include a partial list and a caller should only rely on response's next_page_token
to determine if there are more clusters left to be queried.
↳ page_token
string
Optional. The next_page_token
value returned from a previous [ListBackupCollections] request, if any.
getParent
Required. The resource name of the backupCollection using the form: projects/{project_id}/locations/{location_id}/backupCollections/{backup_collection_id}
string
setParent
Required. The resource name of the backupCollection using the form: projects/{project_id}/locations/{location_id}/backupCollections/{backup_collection_id}
var
string
$this
getPageSize
Optional. The maximum number of items to return.
If not specified, a default value of 1000 will be used by the service.
Regardless of the page_size value, the response may include a partial list
and a caller should only rely on response's next_page_token
to determine if there are more clusters left to be queried.
int
setPageSize
Optional. The maximum number of items to return.
If not specified, a default value of 1000 will be used by the service.
Regardless of the page_size value, the response may include a partial list
and a caller should only rely on response's next_page_token
to determine if there are more clusters left to be queried.
var
int
$this
getPageToken
Optional. The next_page_token
value returned from a previous
[ListBackupCollections] request, if any.
string
setPageToken
Optional. The next_page_token
value returned from a previous
[ListBackupCollections] request, if any.
var
string
$this
static::build
parent
string
Required. The resource name of the backupCollection using the form: projects/{project_id}/locations/{location_id}/backupCollections/{backup_collection_id}
Please see CloudRedisClusterClient::backupCollectionName()
for help formatting this field.