public sealed class ListStreamsResponse : IMessage<ListStreamsResponse>, IEquatable<ListStreamsResponse>, IDeepCloneable<ListStreamsResponse>, IBufferMessage, IMessage, IPageResponse<Stream>, IEnumerable<Stream>, IEnumerable
Response message for listing streams.
Implements
IMessage<ListStreamsResponse>, IEquatable<ListStreamsResponse>, IDeepCloneable<ListStreamsResponse>, IBufferMessage, IMessage, IPageResponse<Stream>, IEnumerable<Stream>, IEnumerableNamespace
Google.Cloud.Datastream.V1Assembly
Google.Cloud.Datastream.V1.dll
Constructors
ListStreamsResponse()
public ListStreamsResponse()
ListStreamsResponse(ListStreamsResponse)
public ListStreamsResponse(ListStreamsResponse other)
Parameter | |
---|---|
Name | Description |
other | ListStreamsResponse |
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 |
Streams
public RepeatedField<Stream> Streams { get; }
List of streams
Property Value | |
---|---|
Type | Description |
RepeatedField<Stream> |
Unreachable
public RepeatedField<string> Unreachable { get; }
Locations that could not be reached.
Property Value | |
---|---|
Type | Description |
RepeatedField<String> |
Methods
GetEnumerator()
public IEnumerator<Stream> GetEnumerator()
Returns an enumerator that iterates through the resources in this response.
Returns | |
---|---|
Type | Description |
IEnumerator<Stream> |
Explicit Interface Implementations
IEnumerable.GetEnumerator()
IEnumerator IEnumerable.GetEnumerator()
Returns | |
---|---|
Type | Description |
IEnumerator |