Reference documentation and code samples for the Google Cloud Oracle Database V1 Client class ListAutonomousDatabaseBackupsResponse.
The response for AutonomousDatabaseBackup.List
.
Generated from protobuf message google.cloud.oracledatabase.v1.ListAutonomousDatabaseBackupsResponse
Namespace
Google \ Cloud \ OracleDatabase \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ autonomous_database_backups |
array<AutonomousDatabaseBackup>
The list of Autonomous Database Backups. |
↳ next_page_token |
string
A token identifying a page of results the server should return. |
getAutonomousDatabaseBackups
The list of Autonomous Database Backups.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setAutonomousDatabaseBackups
The list of Autonomous Database Backups.
Parameter | |
---|---|
Name | Description |
var |
array<AutonomousDatabaseBackup>
|
Returns | |
---|---|
Type | Description |
$this |
getNextPageToken
A token identifying a page of results the server should return.
Returns | |
---|---|
Type | Description |
string |
setNextPageToken
A token identifying a page of results the server should return.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |