Google Cloud Network Services V1 Client - Class ListGatewayRouteViewsResponse (0.8.2)

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

Response returned by the ListGatewayRouteViews method.

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

Namespace

Google \ Cloud \ NetworkServices \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ gateway_route_views array<GatewayRouteView>

List of GatewayRouteView 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 string[]

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

getGatewayRouteViews

List of GatewayRouteView resources.

Returns
Type Description
Google\Protobuf\RepeatedField<GatewayRouteView>

setGatewayRouteViews

List of GatewayRouteView resources.

Parameter
Name Description
var array<GatewayRouteView>
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\RepeatedField<string>

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