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