DataStream v1 API - Class ListStreamsResponse (2.6.0)

public sealed class ListStreamsResponse : IMessage<ListStreamsResponse>, IEquatable<ListStreamsResponse>, IDeepCloneable<ListStreamsResponse>, IBufferMessage, IMessage, IPageResponse<Stream>, IEnumerable<Stream>, IEnumerable

Reference documentation and code samples for the DataStream v1 API class ListStreamsResponse.

Response message for listing streams.

Inheritance

object > ListStreamsResponse

Namespace

Google.Cloud.Datastream.V1

Assembly

Google.Cloud.Datastream.V1.dll

Constructors

ListStreamsResponse()

public ListStreamsResponse()

ListStreamsResponse(ListStreamsResponse)

public ListStreamsResponse(ListStreamsResponse other)
Parameter
NameDescription
otherListStreamsResponse

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
TypeDescription
string

Streams

public RepeatedField<Stream> Streams { get; }

List of streams

Property Value
TypeDescription
RepeatedFieldStream

Unreachable

public RepeatedField<string> Unreachable { get; }

Locations that could not be reached.

Property Value
TypeDescription
RepeatedFieldstring

Methods

GetEnumerator()

public IEnumerator<Stream> GetEnumerator()

Returns an enumerator that iterates through the resources in this response.

Returns
TypeDescription
IEnumeratorStream