Google Cloud Vmware Engine V1 Client - Class ListPrivateConnectionPeeringRoutesResponse (0.4.0)

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

Response message for VmwareEngine.ListPrivateConnectionPeeringRoutes

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

Namespace

Google \ Cloud \ VmwareEngine \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ peering_routes array<Google\Cloud\VmwareEngine\V1\PeeringRoute>

A list of peering routes.

↳ 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.

getPeeringRoutes

A list of peering routes.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setPeeringRoutes

A list of peering routes.

Parameter
NameDescription
var array<Google\Cloud\VmwareEngine\V1\PeeringRoute>
Returns
TypeDescription
$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
TypeDescription
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
NameDescription
var string
Returns
TypeDescription
$this