Reference documentation and code samples for the Google Cloud Sql Admin V1 Client class ListBackupsResponse.
The response payload containing a list of the backups.
Generated from protobuf message google.cloud.sql.v1.ListBackupsResponse
Namespace
Google \ Cloud \ Sql \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ backups
↳ next_page_token
string
A token, which can be sent as page_token
to retrieve the next page. If this field is omitted, then there aren't subsequent pages.
↳ warnings
array< ApiWarning
>
If a region isn't unavailable or if an unknown error occurs, then a warning message is returned.
getBackups
A list of backups.
setBackups
A list of backups.
$this
getNextPageToken
A token, which can be sent as page_token
to retrieve the next page.
If this field is omitted, then there aren't subsequent pages.
string
setNextPageToken
A token, which can be sent as page_token
to retrieve the next page.
If this field is omitted, then there aren't subsequent pages.
var
string
$this
getWarnings
If a region isn't unavailable or if an unknown error occurs, then a warning message is returned.
setWarnings
If a region isn't unavailable or if an unknown error occurs, then a warning message is returned.
$this

