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