public sealed class ListHttpRoutesResponse : IMessage<ListHttpRoutesResponse>, IEquatable<ListHttpRoutesResponse>, IDeepCloneable<ListHttpRoutesResponse>, IBufferMessage, IMessage, IPageResponse<HttpRoute>, IEnumerable<HttpRoute>, IEnumerable
Reference documentation and code samples for the Network Services v1 API class ListHttpRoutesResponse.
Response returned by the ListHttpRoutes method.
Implements
IMessageListHttpRoutesResponse, IEquatableListHttpRoutesResponse, IDeepCloneableListHttpRoutesResponse, IBufferMessage, IMessage, IPageResponseHttpRoute, IEnumerableHttpRoute, IEnumerableNamespace
Google.Cloud.NetworkServices.V1Assembly
Google.Cloud.NetworkServices.V1.dll
Constructors
ListHttpRoutesResponse()
public ListHttpRoutesResponse()
ListHttpRoutesResponse(ListHttpRoutesResponse)
public ListHttpRoutesResponse(ListHttpRoutesResponse other)
Parameter | |
---|---|
Name | Description |
other |
ListHttpRoutesResponse |
Properties
HttpRoutes
public RepeatedField<HttpRoute> HttpRoutes { get; }
List of HttpRoute resources.
Property Value | |
---|---|
Type | Description |
RepeatedFieldHttpRoute |
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<HttpRoute> GetEnumerator()
Returns an enumerator that iterates through the resources in this response.
Returns | |
---|---|
Type | Description |
IEnumeratorHttpRoute |