Reference documentation and code samples for the Google Cloud Oracle Database V1 Client class ListAutonomousDatabasesResponse.
The response for AutonomousDatabase.List
.
Generated from protobuf message google.cloud.oracledatabase.v1.ListAutonomousDatabasesResponse
Namespace
Google \ Cloud \ OracleDatabase \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ autonomous_databases |
array<AutonomousDatabase>
The list of Autonomous Databases. |
↳ next_page_token |
string
A token identifying a page of results the server should return. |
getAutonomousDatabases
The list of Autonomous Databases.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setAutonomousDatabases
The list of Autonomous Databases.
Parameter | |
---|---|
Name | Description |
var |
array<AutonomousDatabase>
|
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 |