Google Cloud Network Services V1 Client - Class ListMeshRouteViewsResponse (0.5.0)

Reference documentation and code samples for the Google Cloud Network Services V1 Client class ListMeshRouteViewsResponse.

Response returned by the ListMeshRouteViews method.

Generated from protobuf message google.cloud.networkservices.v1.ListMeshRouteViewsResponse

Namespace

Google \ Cloud \ NetworkServices \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ mesh_route_views array<MeshRouteView>

List of MeshRouteView resources.

↳ 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. Populated when the request attempts to list all resources across all supported locations, while some locations are temporarily unavailable.

getMeshRouteViews

List of MeshRouteView resources.

Returns
Type Description
Google\Protobuf\Internal\RepeatedField

setMeshRouteViews

List of MeshRouteView resources.

Parameter
Name Description
var array<MeshRouteView>
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. Populated when the request attempts to list all resources across all supported locations, while some locations are temporarily unavailable.

Returns
Type Description
Google\Protobuf\Internal\RepeatedField

setUnreachable

Unreachable resources. Populated when the request attempts to list all resources across all supported locations, while some locations are temporarily unavailable.

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