Uses of Class
com.github.xds.type.v3.CelExpression.ExprSpecifierCase
-
Packages that use CelExpression.ExprSpecifierCase Package Description com.github.xds.type.v3 -
-
Uses of CelExpression.ExprSpecifierCase in com.github.xds.type.v3
Methods in com.github.xds.type.v3 that return CelExpression.ExprSpecifierCase Modifier and Type Method Description static CelExpression.ExprSpecifierCase
CelExpression.ExprSpecifierCase. forNumber(int value)
CelExpression.ExprSpecifierCase
CelExpression.Builder. getExprSpecifierCase()
CelExpression.ExprSpecifierCase
CelExpression. getExprSpecifierCase()
CelExpression.ExprSpecifierCase
CelExpressionOrBuilder. getExprSpecifierCase()
static CelExpression.ExprSpecifierCase
CelExpression.ExprSpecifierCase. valueOf(int value)
Deprecated.static CelExpression.ExprSpecifierCase
CelExpression.ExprSpecifierCase. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static CelExpression.ExprSpecifierCase[]
CelExpression.ExprSpecifierCase. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-