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