Uses of Class
com.google.cloud.videointelligence.v1p3beta1.StreamingVideoConfig.StreamingConfigCase
-
Packages that use StreamingVideoConfig.StreamingConfigCase Package Description com.google.cloud.videointelligence.v1p3beta1 A client to Cloud Video Intelligence API -
-
Uses of StreamingVideoConfig.StreamingConfigCase in com.google.cloud.videointelligence.v1p3beta1
Methods in com.google.cloud.videointelligence.v1p3beta1 that return StreamingVideoConfig.StreamingConfigCase Modifier and Type Method Description static StreamingVideoConfig.StreamingConfigCase
StreamingVideoConfig.StreamingConfigCase. forNumber(int value)
StreamingVideoConfig.StreamingConfigCase
StreamingVideoConfig.Builder. getStreamingConfigCase()
StreamingVideoConfig.StreamingConfigCase
StreamingVideoConfig. getStreamingConfigCase()
StreamingVideoConfig.StreamingConfigCase
StreamingVideoConfigOrBuilder. getStreamingConfigCase()
static StreamingVideoConfig.StreamingConfigCase
StreamingVideoConfig.StreamingConfigCase. valueOf(int value)
Deprecated.static StreamingVideoConfig.StreamingConfigCase
StreamingVideoConfig.StreamingConfigCase. valueOf(String name)
Returns the enum constant of this type with the specified name.static StreamingVideoConfig.StreamingConfigCase[]
StreamingVideoConfig.StreamingConfigCase. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-