public sealed class ListRoutesResponse : IMessage<ListRoutesResponse>, IEquatable<ListRoutesResponse>, IDeepCloneable<ListRoutesResponse>, IBufferMessage, IMessage, IPageResponse<Route>, IEnumerable<Route>, IEnumerable
Reference documentation and code samples for the DataStream v1 API class ListRoutesResponse.
Route list response.
Implements
IMessageListRoutesResponse, IEquatableListRoutesResponse, IDeepCloneableListRoutesResponse, IBufferMessage, IMessage, IPageResponseRoute, IEnumerableRoute, IEnumerableNamespace
Google.Cloud.Datastream.V1Assembly
Google.Cloud.Datastream.V1.dll
Constructors
ListRoutesResponse()
public ListRoutesResponse()
ListRoutesResponse(ListRoutesResponse)
public ListRoutesResponse(ListRoutesResponse other)
Parameter | |
---|---|
Name | Description |
other | ListRoutesResponse |
Properties
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 |
Routes
public RepeatedField<Route> Routes { get; }
List of Routes.
Property Value | |
---|---|
Type | Description |
RepeatedFieldRoute |
Unreachable
public RepeatedField<string> Unreachable { get; }
Locations that could not be reached.
Property Value | |
---|---|
Type | Description |
RepeatedFieldstring |
Methods
GetEnumerator()
public IEnumerator<Route> GetEnumerator()
Returns an enumerator that iterates through the resources in this response.
Returns | |
---|---|
Type | Description |
IEnumeratorRoute |