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

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

The response for OdbNetwork.List.

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

Namespace

Google \ Cloud \ OracleDatabase \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ odb_networks array<OdbNetwork>

The list of ODB Networks.

↳ next_page_token string

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

↳ unreachable array

Unreachable locations when listing resources across all locations using wildcard location '-'.

getOdbNetworks

The list of ODB Networks.

Returns
Type Description
Google\Protobuf\Internal\RepeatedField

setOdbNetworks

The list of ODB Networks.

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

getUnreachable

Unreachable locations when listing resources across all locations using wildcard location '-'.

Returns
Type Description
Google\Protobuf\Internal\RepeatedField

setUnreachable

Unreachable locations when listing resources across all locations using wildcard location '-'.

Parameter
Name Description
var string[]
Returns
Type Description
$this