Google Cloud Vmware Engine V1 Client - Class ListNetworkPeeringsResponse (0.5.4)

Reference documentation and code samples for the Google Cloud Vmware Engine V1 Client class ListNetworkPeeringsResponse.

Response message for VmwareEngine.ListNetworkPeerings

Generated from protobuf message google.cloud.vmwareengine.v1.ListNetworkPeeringsResponse

Namespace

Google \ Cloud \ VmwareEngine \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ network_peerings array<Google\Cloud\VmwareEngine\V1\NetworkPeering>

A list of network peerings.

↳ next_page_token string

A token, which can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.

↳ unreachable array

Unreachable resources.

getNetworkPeerings

A list of network peerings.

Returns
Type Description
Google\Protobuf\Internal\RepeatedField

setNetworkPeerings

A list of network peerings.

Parameter
Name Description
var array<Google\Cloud\VmwareEngine\V1\NetworkPeering>
Returns
Type Description
$this

getNextPageToken

A token, which can be sent as page_token to retrieve the next page.

If this field is omitted, there are no subsequent pages.

Returns
Type Description
string

setNextPageToken

A token, which can be sent as page_token to retrieve the next page.

If this field is omitted, there are no subsequent pages.

Parameter
Name Description
var string
Returns
Type Description
$this

getUnreachable

Unreachable resources.

Returns
Type Description
Google\Protobuf\Internal\RepeatedField

setUnreachable

Unreachable resources.

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