Google Cloud Oracle Database V1 Client - Class ListDbVersionsResponse (0.8.0)

Reference documentation and code samples for the Google Cloud Oracle Database V1 Client class ListDbVersionsResponse.

The response for DbVersions.List.

Generated from protobuf message google.cloud.oracledatabase.v1.ListDbVersionsResponse

Namespace

Google \ Cloud \ OracleDatabase \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ db_versions array<DbVersion>

The list of DbVersions.

↳ next_page_token string

A token identifying a page of results the server should return.

getDbVersions

The list of DbVersions.

Returns
Type Description
Google\Protobuf\Internal\RepeatedField

setDbVersions

The list of DbVersions.

Parameter
Name Description
var array<DbVersion>
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