Google Cloud Oracle Database V1 Client - Class ListGiVersionsResponse (0.1.0)

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

The response for GiVersion.List.

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

Namespace

Google \ Cloud \ OracleDatabase \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ gi_versions array<Google\Cloud\OracleDatabase\V1\GiVersion>

The list of Oracle Grid Infrastructure (GI) versions.

↳ next_page_token string

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

getGiVersions

The list of Oracle Grid Infrastructure (GI) versions.

Returns
Type Description
Google\Protobuf\Internal\RepeatedField

setGiVersions

The list of Oracle Grid Infrastructure (GI) versions.

Parameter
Name Description
var array<Google\Cloud\OracleDatabase\V1\GiVersion>
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