Network Services v1 API - Class ListGatewayRouteViewsResponse (1.1.0)

public sealed class ListGatewayRouteViewsResponse : IPageResponse<GatewayRouteView>, IEnumerable<GatewayRouteView>, IEnumerable, IMessage<ListGatewayRouteViewsResponse>, IEquatable<ListGatewayRouteViewsResponse>, IDeepCloneable<ListGatewayRouteViewsResponse>, IBufferMessage, IMessage

Reference documentation and code samples for the Network Services v1 API class ListGatewayRouteViewsResponse.

Response returned by the ListGatewayRouteViews method.

Inheritance

object > ListGatewayRouteViewsResponse

Namespace

Google.Cloud.NetworkServices.V1

Assembly

Google.Cloud.NetworkServices.V1.dll

Constructors

ListGatewayRouteViewsResponse()

public ListGatewayRouteViewsResponse()

ListGatewayRouteViewsResponse(ListGatewayRouteViewsResponse)

public ListGatewayRouteViewsResponse(ListGatewayRouteViewsResponse other)
Parameter
Name Description
other ListGatewayRouteViewsResponse

Properties

GatewayRouteViews

public RepeatedField<GatewayRouteView> GatewayRouteViews { get; }

List of GatewayRouteView resources.

Property Value
Type Description
RepeatedFieldGatewayRouteView

NextPageToken

public string NextPageToken { get; set; }

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

Property Value
Type Description
string

Unreachable

public RepeatedField<string> Unreachable { get; }

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

Property Value
Type Description
RepeatedFieldstring

Methods

GetEnumerator()

public IEnumerator<GatewayRouteView> GetEnumerator()

Returns an enumerator that iterates through the resources in this response.

Returns
Type Description
IEnumeratorGatewayRouteView