Interface VideoStreamInputConfigOrBuilder (0.14.1)

public interface VideoStreamInputConfigOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getStreams(int index)

public abstract String getStreams(int index)

repeated string streams = 1;

Parameter
NameDescription
indexint

The index of the element to return.

Returns
TypeDescription
String

The streams at the given index.

getStreamsBytes(int index)

public abstract ByteString getStreamsBytes(int index)

repeated string streams = 1;

Parameter
NameDescription
indexint

The index of the value to return.

Returns
TypeDescription
ByteString

The bytes of the streams at the given index.

getStreamsCount()

public abstract int getStreamsCount()

repeated string streams = 1;

Returns
TypeDescription
int

The count of streams.

getStreamsList()

public abstract List<String> getStreamsList()

repeated string streams = 1;

Returns
TypeDescription
List<String>

A list containing the streams.

getStreamsWithAnnotation(int index)

public abstract StreamWithAnnotation getStreamsWithAnnotation(int index)

repeated .google.events.cloud.visionai.v1.StreamWithAnnotation streams_with_annotation = 2;

Parameter
NameDescription
indexint
Returns
TypeDescription
StreamWithAnnotation

getStreamsWithAnnotationCount()

public abstract int getStreamsWithAnnotationCount()

repeated .google.events.cloud.visionai.v1.StreamWithAnnotation streams_with_annotation = 2;

Returns
TypeDescription
int

getStreamsWithAnnotationList()

public abstract List<StreamWithAnnotation> getStreamsWithAnnotationList()

repeated .google.events.cloud.visionai.v1.StreamWithAnnotation streams_with_annotation = 2;

Returns
TypeDescription
List<StreamWithAnnotation>

getStreamsWithAnnotationOrBuilder(int index)

public abstract StreamWithAnnotationOrBuilder getStreamsWithAnnotationOrBuilder(int index)

repeated .google.events.cloud.visionai.v1.StreamWithAnnotation streams_with_annotation = 2;

Parameter
NameDescription
indexint
Returns
TypeDescription
StreamWithAnnotationOrBuilder

getStreamsWithAnnotationOrBuilderList()

public abstract List<? extends StreamWithAnnotationOrBuilder> getStreamsWithAnnotationOrBuilderList()

repeated .google.events.cloud.visionai.v1.StreamWithAnnotation streams_with_annotation = 2;

Returns
TypeDescription
List<? extends com.google.events.cloud.visionai.v1.StreamWithAnnotationOrBuilder>