Interface VideoStreamInputConfigOrBuilder (0.16.0)
Stay organized with collections
Save and categorize content based on your preferences.
public interface VideoStreamInputConfigOrBuilder extends MessageOrBuilder
Methods
public abstract String getStreams(int index)
repeated string streams = 1;
Parameter |
Name |
Description |
index |
int
The index of the element to return.
|
Returns |
Type |
Description |
String |
The streams at the given index.
|
public abstract ByteString getStreamsBytes(int index)
repeated string streams = 1;
Parameter |
Name |
Description |
index |
int
The index of the value to return.
|
Returns |
Type |
Description |
ByteString |
The bytes of the streams at the given index.
|
public abstract int getStreamsCount()
repeated string streams = 1;
Returns |
Type |
Description |
int |
The count of streams.
|
public abstract List<String> getStreamsList()
repeated string streams = 1;
Returns |
Type |
Description |
List<String> |
A list containing the streams.
|
public abstract StreamWithAnnotation getStreamsWithAnnotation(int index)
repeated .google.events.cloud.visionai.v1.StreamWithAnnotation streams_with_annotation = 2;
Parameter |
Name |
Description |
index |
int
|
public abstract int getStreamsWithAnnotationCount()
repeated .google.events.cloud.visionai.v1.StreamWithAnnotation streams_with_annotation = 2;
Returns |
Type |
Description |
int |
|
public abstract List<StreamWithAnnotation> getStreamsWithAnnotationList()
repeated .google.events.cloud.visionai.v1.StreamWithAnnotation streams_with_annotation = 2;
public abstract StreamWithAnnotationOrBuilder getStreamsWithAnnotationOrBuilder(int index)
repeated .google.events.cloud.visionai.v1.StreamWithAnnotation streams_with_annotation = 2;
Parameter |
Name |
Description |
index |
int
|
public abstract List<? extends StreamWithAnnotationOrBuilder> getStreamsWithAnnotationOrBuilderList()
repeated .google.events.cloud.visionai.v1.StreamWithAnnotation streams_with_annotation = 2;
Returns |
Type |
Description |
List<? extends com.google.events.cloud.visionai.v1.StreamWithAnnotationOrBuilder> |
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-08-07 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[],[],null,["# Interface VideoStreamInputConfigOrBuilder (0.16.0)\n\nVersion latestkeyboard_arrow_down\n\n- [0.16.0 (latest)](/java/docs/reference/google-cloudevent-types/latest/com.google.events.cloud.visionai.v1.VideoStreamInputConfigOrBuilder)\n- [0.15.0](/java/docs/reference/google-cloudevent-types/0.15.0/com.google.events.cloud.visionai.v1.VideoStreamInputConfigOrBuilder)\n- [0.14.1](/java/docs/reference/google-cloudevent-types/0.14.1/com.google.events.cloud.visionai.v1.VideoStreamInputConfigOrBuilder) \n\n public interface VideoStreamInputConfigOrBuilder extends MessageOrBuilder\n\nImplements\n----------\n\n[MessageOrBuilder](https://cloud.google.com/java/docs/reference/protobuf/latest/com.google.protobuf.MessageOrBuilder.html)\n\nMethods\n-------\n\n### getStreams(int index)\n\n public abstract String getStreams(int index)\n\n`repeated string streams = 1;`\n\n### getStreamsBytes(int index)\n\n public abstract ByteString getStreamsBytes(int index)\n\n`repeated string streams = 1;`\n\n### getStreamsCount()\n\n public abstract int getStreamsCount()\n\n`repeated string streams = 1;`\n\n### getStreamsList()\n\n public abstract List\u003cString\u003e getStreamsList()\n\n`repeated string streams = 1;`\n\n### getStreamsWithAnnotation(int index)\n\n public abstract StreamWithAnnotation getStreamsWithAnnotation(int index)\n\n`\nrepeated .google.events.cloud.visionai.v1.StreamWithAnnotation streams_with_annotation = 2;\n`\n\n### getStreamsWithAnnotationCount()\n\n public abstract int getStreamsWithAnnotationCount()\n\n`\nrepeated .google.events.cloud.visionai.v1.StreamWithAnnotation streams_with_annotation = 2;\n`\n\n### getStreamsWithAnnotationList()\n\n public abstract List\u003cStreamWithAnnotation\u003e getStreamsWithAnnotationList()\n\n`\nrepeated .google.events.cloud.visionai.v1.StreamWithAnnotation streams_with_annotation = 2;\n`\n\n### getStreamsWithAnnotationOrBuilder(int index)\n\n public abstract StreamWithAnnotationOrBuilder getStreamsWithAnnotationOrBuilder(int index)\n\n`\nrepeated .google.events.cloud.visionai.v1.StreamWithAnnotation streams_with_annotation = 2;\n`\n\n### getStreamsWithAnnotationOrBuilderList()\n\n public abstract List\u003c? extends StreamWithAnnotationOrBuilder\u003e getStreamsWithAnnotationOrBuilderList()\n\n`\nrepeated .google.events.cloud.visionai.v1.StreamWithAnnotation streams_with_annotation = 2;\n`"]]