Enum LabelOperationMetadata.DetailsCase
- java.lang.Object
-
- java.lang.Enum<LabelOperationMetadata.DetailsCase>
-
- com.google.cloud.datalabeling.v1beta1.LabelOperationMetadata.DetailsCase
-
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite
,Serializable
,Comparable<LabelOperationMetadata.DetailsCase>
- Enclosing class:
- LabelOperationMetadata
public static enum LabelOperationMetadata.DetailsCase extends Enum<LabelOperationMetadata.DetailsCase> 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 LabelOperationMetadata.DetailsCase
forNumber(int value)
int
getNumber()
static LabelOperationMetadata.DetailsCase
valueOf(int value)
Deprecated.static LabelOperationMetadata.DetailsCase
valueOf(String name)
Returns the enum constant of this type with the specified name.static LabelOperationMetadata.DetailsCase[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
IMAGE_CLASSIFICATION_DETAILS
public static final LabelOperationMetadata.DetailsCase IMAGE_CLASSIFICATION_DETAILS
-
IMAGE_BOUNDING_BOX_DETAILS
public static final LabelOperationMetadata.DetailsCase IMAGE_BOUNDING_BOX_DETAILS
-
IMAGE_BOUNDING_POLY_DETAILS
public static final LabelOperationMetadata.DetailsCase IMAGE_BOUNDING_POLY_DETAILS
-
IMAGE_ORIENTED_BOUNDING_BOX_DETAILS
public static final LabelOperationMetadata.DetailsCase IMAGE_ORIENTED_BOUNDING_BOX_DETAILS
-
IMAGE_POLYLINE_DETAILS
public static final LabelOperationMetadata.DetailsCase IMAGE_POLYLINE_DETAILS
-
IMAGE_SEGMENTATION_DETAILS
public static final LabelOperationMetadata.DetailsCase IMAGE_SEGMENTATION_DETAILS
-
VIDEO_CLASSIFICATION_DETAILS
public static final LabelOperationMetadata.DetailsCase VIDEO_CLASSIFICATION_DETAILS
-
VIDEO_OBJECT_DETECTION_DETAILS
public static final LabelOperationMetadata.DetailsCase VIDEO_OBJECT_DETECTION_DETAILS
-
VIDEO_OBJECT_TRACKING_DETAILS
public static final LabelOperationMetadata.DetailsCase VIDEO_OBJECT_TRACKING_DETAILS
-
VIDEO_EVENT_DETAILS
public static final LabelOperationMetadata.DetailsCase VIDEO_EVENT_DETAILS
-
TEXT_CLASSIFICATION_DETAILS
public static final LabelOperationMetadata.DetailsCase TEXT_CLASSIFICATION_DETAILS
-
TEXT_ENTITY_EXTRACTION_DETAILS
public static final LabelOperationMetadata.DetailsCase TEXT_ENTITY_EXTRACTION_DETAILS
-
DETAILS_NOT_SET
public static final LabelOperationMetadata.DetailsCase DETAILS_NOT_SET
-
-
Method Detail
-
values
public static LabelOperationMetadata.DetailsCase[] 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 (LabelOperationMetadata.DetailsCase c : LabelOperationMetadata.DetailsCase.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static LabelOperationMetadata.DetailsCase 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 LabelOperationMetadata.DetailsCase 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 LabelOperationMetadata.DetailsCase forNumber(int value)
-
getNumber
public int getNumber()
- Specified by:
getNumber
in interfacecom.google.protobuf.Internal.EnumLite
-
-