Package com.google.cloud.automl.v1beta1
Enum OperationMetadata.DetailsCase
- java.lang.Object
-
- java.lang.Enum<OperationMetadata.DetailsCase>
-
- com.google.cloud.automl.v1beta1.OperationMetadata.DetailsCase
-
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite
,Serializable
,Comparable<OperationMetadata.DetailsCase>
- Enclosing class:
- OperationMetadata
public static enum OperationMetadata.DetailsCase extends Enum<OperationMetadata.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 OperationMetadata.DetailsCase
forNumber(int value)
int
getNumber()
static OperationMetadata.DetailsCase
valueOf(int value)
Deprecated.static OperationMetadata.DetailsCase
valueOf(String name)
Returns the enum constant of this type with the specified name.static OperationMetadata.DetailsCase[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
DELETE_DETAILS
public static final OperationMetadata.DetailsCase DELETE_DETAILS
-
DEPLOY_MODEL_DETAILS
public static final OperationMetadata.DetailsCase DEPLOY_MODEL_DETAILS
-
UNDEPLOY_MODEL_DETAILS
public static final OperationMetadata.DetailsCase UNDEPLOY_MODEL_DETAILS
-
CREATE_MODEL_DETAILS
public static final OperationMetadata.DetailsCase CREATE_MODEL_DETAILS
-
IMPORT_DATA_DETAILS
public static final OperationMetadata.DetailsCase IMPORT_DATA_DETAILS
-
BATCH_PREDICT_DETAILS
public static final OperationMetadata.DetailsCase BATCH_PREDICT_DETAILS
-
EXPORT_DATA_DETAILS
public static final OperationMetadata.DetailsCase EXPORT_DATA_DETAILS
-
EXPORT_MODEL_DETAILS
public static final OperationMetadata.DetailsCase EXPORT_MODEL_DETAILS
-
EXPORT_EVALUATED_EXAMPLES_DETAILS
public static final OperationMetadata.DetailsCase EXPORT_EVALUATED_EXAMPLES_DETAILS
-
DETAILS_NOT_SET
public static final OperationMetadata.DetailsCase DETAILS_NOT_SET
-
-
Method Detail
-
values
public static OperationMetadata.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 (OperationMetadata.DetailsCase c : OperationMetadata.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 OperationMetadata.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 OperationMetadata.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 OperationMetadata.DetailsCase forNumber(int value)
-
getNumber
public int getNumber()
- Specified by:
getNumber
in interfacecom.google.protobuf.Internal.EnumLite
-
-