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