Vision AI v1 API - Class ListStreamsResponse (1.0.0-beta01)

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

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

Message for response to listing Streams.

Inheritance

object > ListStreamsResponse

Namespace

Google.Cloud.VisionAI.V1

Assembly

Google.Cloud.VisionAI.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 identifying a page of results the server should return.

Property Value
Type Description
string

Streams

public RepeatedField<Stream> Streams { get; }

The list of Stream.

Property Value
Type Description
RepeatedFieldStream

Unreachable

public RepeatedField<string> Unreachable { get; }

Locations that could not be reached.

Property Value
Type Description
RepeatedFieldstring

Methods

GetEnumerator()

public IEnumerator<Stream> GetEnumerator()

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

Returns
Type Description
IEnumeratorStream