Reference documentation and code samples for the Google Cloud Redis Cluster V1 Client class ListBackupsResponse.
Response for [ListBackups].
Generated from protobuf message google.cloud.redis.cluster.v1.ListBackupsResponse
Namespace
Google \ Cloud \ Redis \ Cluster \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ backups |
array<Backup>
A list of backups in the project. |
↳ next_page_token |
string
Token to retrieve the next page of results, or empty if there are no more results in the list. |
↳ unreachable |
array
Backups that could not be reached. |
getBackups
A list of backups in the project.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setBackups
A list of backups in the project.
Parameter | |
---|---|
Name | Description |
var |
array<Backup>
|
Returns | |
---|---|
Type | Description |
$this |
getNextPageToken
Token to retrieve the next page of results, or empty if there are no more results in the list.
Returns | |
---|---|
Type | Description |
string |
setNextPageToken
Token to retrieve the next page of results, or empty if there are no more results in the list.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getUnreachable
Backups that could not be reached.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setUnreachable
Backups that could not be reached.
Parameter | |
---|---|
Name | Description |
var |
string[]
|
Returns | |
---|---|
Type | Description |
$this |