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