Enum StreamingVideoConfig.StreamingConfigCase
- java.lang.Object
-
- java.lang.Enum<StreamingVideoConfig.StreamingConfigCase>
-
- com.google.cloud.videointelligence.v1p3beta1.StreamingVideoConfig.StreamingConfigCase
-
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite
,Serializable
,Comparable<StreamingVideoConfig.StreamingConfigCase>
- Enclosing class:
- StreamingVideoConfig
public static enum StreamingVideoConfig.StreamingConfigCase extends Enum<StreamingVideoConfig.StreamingConfigCase> implements com.google.protobuf.Internal.EnumLite
-
-
Enum Constant Summary
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static StreamingVideoConfig.StreamingConfigCase
forNumber(int value)
int
getNumber()
static StreamingVideoConfig.StreamingConfigCase
valueOf(int value)
Deprecated.static StreamingVideoConfig.StreamingConfigCase
valueOf(String name)
Returns the enum constant of this type with the specified name.static StreamingVideoConfig.StreamingConfigCase[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
SHOT_CHANGE_DETECTION_CONFIG
public static final StreamingVideoConfig.StreamingConfigCase SHOT_CHANGE_DETECTION_CONFIG
-
LABEL_DETECTION_CONFIG
public static final StreamingVideoConfig.StreamingConfigCase LABEL_DETECTION_CONFIG
-
EXPLICIT_CONTENT_DETECTION_CONFIG
public static final StreamingVideoConfig.StreamingConfigCase EXPLICIT_CONTENT_DETECTION_CONFIG
-
OBJECT_TRACKING_CONFIG
public static final StreamingVideoConfig.StreamingConfigCase OBJECT_TRACKING_CONFIG
-
AUTOML_ACTION_RECOGNITION_CONFIG
public static final StreamingVideoConfig.StreamingConfigCase AUTOML_ACTION_RECOGNITION_CONFIG
-
AUTOML_CLASSIFICATION_CONFIG
public static final StreamingVideoConfig.StreamingConfigCase AUTOML_CLASSIFICATION_CONFIG
-
AUTOML_OBJECT_TRACKING_CONFIG
public static final StreamingVideoConfig.StreamingConfigCase AUTOML_OBJECT_TRACKING_CONFIG
-
STREAMINGCONFIG_NOT_SET
public static final StreamingVideoConfig.StreamingConfigCase STREAMINGCONFIG_NOT_SET
-
-
Method Detail
-
values
public static StreamingVideoConfig.StreamingConfigCase[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (StreamingVideoConfig.StreamingConfigCase c : StreamingVideoConfig.StreamingConfigCase.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static StreamingVideoConfig.StreamingConfigCase valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null
-
valueOf
@Deprecated public static StreamingVideoConfig.StreamingConfigCase valueOf(int value)
Deprecated.Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
value
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null
-
forNumber
public static StreamingVideoConfig.StreamingConfigCase forNumber(int value)
-
getNumber
public int getNumber()
- Specified by:
getNumber
in interfacecom.google.protobuf.Internal.EnumLite
-
-