Network Services v1 API - Class ListMeshRouteViewsResponse (1.1.0)

public sealed class ListMeshRouteViewsResponse : IPageResponse<MeshRouteView>, IEnumerable<MeshRouteView>, IEnumerable, IMessage<ListMeshRouteViewsResponse>, IEquatable<ListMeshRouteViewsResponse>, IDeepCloneable<ListMeshRouteViewsResponse>, IBufferMessage, IMessage

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

Response returned by the ListMeshRouteViews method.

Inheritance

object > ListMeshRouteViewsResponse

Namespace

Google.Cloud.NetworkServices.V1

Assembly

Google.Cloud.NetworkServices.V1.dll

Constructors

ListMeshRouteViewsResponse()

public ListMeshRouteViewsResponse()

ListMeshRouteViewsResponse(ListMeshRouteViewsResponse)

public ListMeshRouteViewsResponse(ListMeshRouteViewsResponse other)
Parameter
Name Description
other ListMeshRouteViewsResponse

Properties

MeshRouteViews

public RepeatedField<MeshRouteView> MeshRouteViews { get; }

List of MeshRouteView resources.

Property Value
Type Description
RepeatedFieldMeshRouteView

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<MeshRouteView> GetEnumerator()

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

Returns
Type Description
IEnumeratorMeshRouteView