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

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年10月30日 UTC.