Uses of Class
com.google.api.expr.v1alpha1.ExprValue.KindCase
-
Packages that use ExprValue.KindCase Package Description com.google.api.expr.v1alpha1 -
-
Uses of ExprValue.KindCase in com.google.api.expr.v1alpha1
Methods in com.google.api.expr.v1alpha1 that return ExprValue.KindCase Modifier and Type Method Description static ExprValue.KindCaseExprValue.KindCase. forNumber(int value)ExprValue.KindCaseExprValue.Builder. getKindCase()ExprValue.KindCaseExprValue. getKindCase()ExprValue.KindCaseExprValueOrBuilder. getKindCase()static ExprValue.KindCaseExprValue.KindCase. valueOf(int value)Deprecated.static ExprValue.KindCaseExprValue.KindCase. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ExprValue.KindCase[]ExprValue.KindCase. values()Returns an array containing the constants of this enum type, in the order they are declared.
-