public sealed class ListGrpcRoutesResponse : IMessage<ListGrpcRoutesResponse>, IEquatable<ListGrpcRoutesResponse>, IDeepCloneable<ListGrpcRoutesResponse>, IBufferMessage, IMessage, IPageResponse<GrpcRoute>, IEnumerable<GrpcRoute>, IEnumerable
Reference documentation and code samples for the Network Services v1 API class ListGrpcRoutesResponse.
Response returned by the ListGrpcRoutes method.
Implements
IMessageListGrpcRoutesResponse, IEquatableListGrpcRoutesResponse, IDeepCloneableListGrpcRoutesResponse, IBufferMessage, IMessage, IPageResponseGrpcRoute, IEnumerableGrpcRoute, IEnumerableNamespace
Google.Cloud.NetworkServices.V1Assembly
Google.Cloud.NetworkServices.V1.dll
Constructors
ListGrpcRoutesResponse()
public ListGrpcRoutesResponse()
ListGrpcRoutesResponse(ListGrpcRoutesResponse)
public ListGrpcRoutesResponse(ListGrpcRoutesResponse other)
Parameter | |
---|---|
Name | Description |
other |
ListGrpcRoutesResponse |
Properties
GrpcRoutes
public RepeatedField<GrpcRoute> GrpcRoutes { get; }
List of GrpcRoute resources.
Property Value | |
---|---|
Type | Description |
RepeatedFieldGrpcRoute |
NextPageToken
public string NextPageToken { get; set; }
If there might be more results than those appearing in this response, then
next_page_token
is included. To get the next set of results, call this
method again using the value of next_page_token
as page_token
.
Property Value | |
---|---|
Type | Description |
string |
Methods
GetEnumerator()
public IEnumerator<GrpcRoute> GetEnumerator()
Returns an enumerator that iterates through the resources in this response.
Returns | |
---|---|
Type | Description |
IEnumeratorGrpcRoute |