Send feedback
Class VideoStreamInputConfig (0.14.1)
Stay organized with collections
Save and categorize content based on your preferences.
Version 0.14.1 keyboard_arrow_down
public final class VideoStreamInputConfig extends GeneratedMessageV3 implements VideoStreamInputConfigOrBuilder
Message describing Video Stream Input Config.
This message should only be used as a placeholder for builtin:stream-input
processor, actual stream binding should be specified using corresponding
API.
Protobuf type google.events.cloud.visionai.v1.VideoStreamInputConfig
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
public static final int STREAMS_FIELD_NUMBER
Field Value Type Description int
public static final int STREAMS_WITH_ANNOTATION_FIELD_NUMBER
Field Value Type Description int
Static Methods
public static VideoStreamInputConfig getDefaultInstance ()
public static final Descriptors . Descriptor getDescriptor ()
public static VideoStreamInputConfig . Builder newBuilder ()
public static VideoStreamInputConfig . Builder newBuilder ( VideoStreamInputConfig prototype )
public static VideoStreamInputConfig parseDelimitedFrom ( InputStream input )
public static VideoStreamInputConfig parseDelimitedFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
public static VideoStreamInputConfig parseFrom ( byte [] data )
Parameter Name Description data
byte []
public static VideoStreamInputConfig parseFrom ( byte [] data , ExtensionRegistryLite extensionRegistry )
public static VideoStreamInputConfig parseFrom ( ByteString data )
public static VideoStreamInputConfig parseFrom ( ByteString data , ExtensionRegistryLite extensionRegistry )
public static VideoStreamInputConfig parseFrom ( CodedInputStream input )
public static VideoStreamInputConfig parseFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
public static VideoStreamInputConfig parseFrom ( InputStream input )
public static VideoStreamInputConfig parseFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
public static VideoStreamInputConfig parseFrom ( ByteBuffer data )
public static VideoStreamInputConfig parseFrom ( ByteBuffer data , ExtensionRegistryLite extensionRegistry )
public static Parser<VideoStreamInputConfig> parser ()
Methods
public boolean equals ( Object obj )
Parameter Name Description obj
Object
Overrides
public VideoStreamInputConfig getDefaultInstanceForType ()
public Parser<VideoStreamInputConfig> getParserForType ()
Overrides
public int getSerializedSize ()
Returns Type Description int
Overrides
public 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 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 int getStreamsCount ()
repeated string streams = 1;
Returns Type Description int
The count of streams.
public ProtocolStringList getStreamsList ()
repeated string streams = 1;
public StreamWithAnnotation getStreamsWithAnnotation ( int index )
repeated .google.events.cloud.visionai.v1.StreamWithAnnotation streams_with_annotation = 2;
Parameter Name Description index
int
public int getStreamsWithAnnotationCount ()
repeated .google.events.cloud.visionai.v1.StreamWithAnnotation streams_with_annotation = 2;
Returns Type Description int
public List<StreamWithAnnotation> getStreamsWithAnnotationList ()
repeated .google.events.cloud.visionai.v1.StreamWithAnnotation streams_with_annotation = 2;
public StreamWithAnnotationOrBuilder getStreamsWithAnnotationOrBuilder ( int index )
repeated .google.events.cloud.visionai.v1.StreamWithAnnotation streams_with_annotation = 2;
Parameter Name Description index
int
public 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 >
public final UnknownFieldSet getUnknownFields ()
Overrides
Returns Type Description int
Overrides
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Overrides
public final boolean isInitialized ()
Overrides
public VideoStreamInputConfig . Builder newBuilderForType ()
protected VideoStreamInputConfig . Builder newBuilderForType ( GeneratedMessageV3 . BuilderParent parent )
Overrides
protected Object newInstance ( GeneratedMessageV3 . UnusedPrivateParameter unused )
Overrides
public VideoStreamInputConfig . Builder toBuilder ()
public void writeTo ( CodedOutputStream output )
Overrides
Send feedback
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-01-27 UTC.
Need to tell us more?
[[["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-01-27 UTC."],[],[]]