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

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

The response for DbNode.List.

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

Namespace

Google \ Cloud \ OracleDatabase \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ db_nodes array<Google\Cloud\OracleDatabase\V1\DbNode>

The list of DB Nodes

↳ next_page_token string

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

getDbNodes

The list of DB Nodes

Returns
Type Description
Google\Protobuf\Internal\RepeatedField

setDbNodes

The list of DB Nodes

Parameter
Name Description
var array<Google\Cloud\OracleDatabase\V1\DbNode>
Returns
Type Description
$this

getNextPageToken

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

Returns
Type Description
string

setNextPageToken

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

Parameter
Name Description
var string
Returns
Type Description
$this