Package com.google.api.expr.v1alpha1
Enum EvalRequest.ExprKindCase
- java.lang.Object
-
- java.lang.Enum<EvalRequest.ExprKindCase>
-
- com.google.api.expr.v1alpha1.EvalRequest.ExprKindCase
-
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite,java.io.Serializable,java.lang.Comparable<EvalRequest.ExprKindCase>
- Enclosing class:
- EvalRequest
public static enum EvalRequest.ExprKindCase extends java.lang.Enum<EvalRequest.ExprKindCase> implements com.google.protobuf.Internal.EnumLite
-
-
Enum Constant Summary
Enum Constants Enum Constant Description CHECKED_EXPREXPRKIND_NOT_SETPARSED_EXPR
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static EvalRequest.ExprKindCaseforNumber(int value)intgetNumber()static EvalRequest.ExprKindCasevalueOf(int value)Deprecated.static EvalRequest.ExprKindCasevalueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static EvalRequest.ExprKindCase[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
PARSED_EXPR
public static final EvalRequest.ExprKindCase PARSED_EXPR
-
CHECKED_EXPR
public static final EvalRequest.ExprKindCase CHECKED_EXPR
-
EXPRKIND_NOT_SET
public static final EvalRequest.ExprKindCase EXPRKIND_NOT_SET
-
-
Method Detail
-
values
public static EvalRequest.ExprKindCase[] 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 (EvalRequest.ExprKindCase c : EvalRequest.ExprKindCase.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static EvalRequest.ExprKindCase valueOf(java.lang.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:
java.lang.IllegalArgumentException- if this enum type has no constant with the specified namejava.lang.NullPointerException- if the argument is null
-
valueOf
@Deprecated public static EvalRequest.ExprKindCase 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:
java.lang.IllegalArgumentException- if this enum type has no constant with the specified namejava.lang.NullPointerException- if the argument is null
-
forNumber
public static EvalRequest.ExprKindCase forNumber(int value)
-
getNumber
public int getNumber()
- Specified by:
getNumberin interfacecom.google.protobuf.Internal.EnumLite
-
-