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
IMessage<ListRoutesResponse>, IEquatable<ListRoutesResponse>, IDeepCloneable<ListRoutesResponse>, IBufferMessage, IMessage, IPageResponse<Route>, IEnumerable<Route>, 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 |
RepeatedField<Route> |
Unreachable
public RepeatedField<string> Unreachable { get; }
Locations that could not be reached.
Property Value | |
---|---|
Type | Description |
RepeatedField<String> |
Methods
GetEnumerator()
public IEnumerator<Route> GetEnumerator()
Returns an enumerator that iterates through the resources in this response.
Returns | |
---|---|
Type | Description |
IEnumerator<Route> |
Explicit Interface Implementations
IEnumerable.GetEnumerator()
IEnumerator IEnumerable.GetEnumerator()
Returns | |
---|---|
Type | Description |
IEnumerator |