Enum AnnotatedDatasetMetadata.AnnotationRequestConfigCase
- java.lang.Object
-
- java.lang.Enum<AnnotatedDatasetMetadata.AnnotationRequestConfigCase>
-
- com.google.cloud.datalabeling.v1beta1.AnnotatedDatasetMetadata.AnnotationRequestConfigCase
-
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite
,Serializable
,Comparable<AnnotatedDatasetMetadata.AnnotationRequestConfigCase>
- Enclosing class:
- AnnotatedDatasetMetadata
public static enum AnnotatedDatasetMetadata.AnnotationRequestConfigCase extends Enum<AnnotatedDatasetMetadata.AnnotationRequestConfigCase> 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 AnnotatedDatasetMetadata.AnnotationRequestConfigCase
forNumber(int value)
int
getNumber()
static AnnotatedDatasetMetadata.AnnotationRequestConfigCase
valueOf(int value)
Deprecated.static AnnotatedDatasetMetadata.AnnotationRequestConfigCase
valueOf(String name)
Returns the enum constant of this type with the specified name.static AnnotatedDatasetMetadata.AnnotationRequestConfigCase[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
IMAGE_CLASSIFICATION_CONFIG
public static final AnnotatedDatasetMetadata.AnnotationRequestConfigCase IMAGE_CLASSIFICATION_CONFIG
-
BOUNDING_POLY_CONFIG
public static final AnnotatedDatasetMetadata.AnnotationRequestConfigCase BOUNDING_POLY_CONFIG
-
POLYLINE_CONFIG
public static final AnnotatedDatasetMetadata.AnnotationRequestConfigCase POLYLINE_CONFIG
-
SEGMENTATION_CONFIG
public static final AnnotatedDatasetMetadata.AnnotationRequestConfigCase SEGMENTATION_CONFIG
-
VIDEO_CLASSIFICATION_CONFIG
public static final AnnotatedDatasetMetadata.AnnotationRequestConfigCase VIDEO_CLASSIFICATION_CONFIG
-
OBJECT_DETECTION_CONFIG
public static final AnnotatedDatasetMetadata.AnnotationRequestConfigCase OBJECT_DETECTION_CONFIG
-
OBJECT_TRACKING_CONFIG
public static final AnnotatedDatasetMetadata.AnnotationRequestConfigCase OBJECT_TRACKING_CONFIG
-
EVENT_CONFIG
public static final AnnotatedDatasetMetadata.AnnotationRequestConfigCase EVENT_CONFIG
-
TEXT_CLASSIFICATION_CONFIG
public static final AnnotatedDatasetMetadata.AnnotationRequestConfigCase TEXT_CLASSIFICATION_CONFIG
-
TEXT_ENTITY_EXTRACTION_CONFIG
public static final AnnotatedDatasetMetadata.AnnotationRequestConfigCase TEXT_ENTITY_EXTRACTION_CONFIG
-
ANNOTATIONREQUESTCONFIG_NOT_SET
public static final AnnotatedDatasetMetadata.AnnotationRequestConfigCase ANNOTATIONREQUESTCONFIG_NOT_SET
-
-
Method Detail
-
values
public static AnnotatedDatasetMetadata.AnnotationRequestConfigCase[] 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 (AnnotatedDatasetMetadata.AnnotationRequestConfigCase c : AnnotatedDatasetMetadata.AnnotationRequestConfigCase.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static AnnotatedDatasetMetadata.AnnotationRequestConfigCase 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 AnnotatedDatasetMetadata.AnnotationRequestConfigCase 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 AnnotatedDatasetMetadata.AnnotationRequestConfigCase forNumber(int value)
-
getNumber
public int getNumber()
- Specified by:
getNumber
in interfacecom.google.protobuf.Internal.EnumLite
-
-