Reference documentation and code samples for the Google Cloud Vmware Engine V1 Client class ListPeeringRoutesResponse.
Response message for VmwareEngine.ListPeeringRoutes
Generated from protobuf message google.cloud.vmwareengine.v1.ListPeeringRoutesResponse
Namespace
Google \ Cloud \ VmwareEngine \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
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 |
getPeeringRoutes
A list of peering routes.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setPeeringRoutes
A list of peering routes.
Parameter | |
---|---|
Name | Description |
var |
array<Google\Cloud\VmwareEngine\V1\PeeringRoute>
|
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 |