public static enum LabelVideoRequest.RequestConfigCase extends Enum<LabelVideoRequest.RequestConfigCase> implements com.google.protobuf.Internal.EnumLite
| Enum Constant and Description |
|---|
EVENT_CONFIG |
OBJECT_DETECTION_CONFIG |
OBJECT_TRACKING_CONFIG |
REQUESTCONFIG_NOT_SET |
VIDEO_CLASSIFICATION_CONFIG |
| Modifier and Type | Method and Description |
|---|---|
static LabelVideoRequest.RequestConfigCase |
forNumber(int value) |
int |
getNumber() |
static LabelVideoRequest.RequestConfigCase |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static LabelVideoRequest.RequestConfigCase |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LabelVideoRequest.RequestConfigCase[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LabelVideoRequest.RequestConfigCase VIDEO_CLASSIFICATION_CONFIG
public static final LabelVideoRequest.RequestConfigCase OBJECT_DETECTION_CONFIG
public static final LabelVideoRequest.RequestConfigCase OBJECT_TRACKING_CONFIG
public static final LabelVideoRequest.RequestConfigCase EVENT_CONFIG
public static final LabelVideoRequest.RequestConfigCase REQUESTCONFIG_NOT_SET
public static LabelVideoRequest.RequestConfigCase[] values()
for (LabelVideoRequest.RequestConfigCase c : LabelVideoRequest.RequestConfigCase.values()) System.out.println(c);
public static LabelVideoRequest.RequestConfigCase valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is null@Deprecated public static LabelVideoRequest.RequestConfigCase valueOf(int value)
forNumber(int) instead.public static LabelVideoRequest.RequestConfigCase forNumber(int value)
public int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLiteCopyright © 2019 Google LLC. All rights reserved.