Uses of Class
com.google.appengine.v1.Entrypoint.CommandCase
-
Packages that use Entrypoint.CommandCase Package Description com.google.appengine.v1 A client to App Engine Admin API -
-
Uses of Entrypoint.CommandCase in com.google.appengine.v1
Methods in com.google.appengine.v1 that return Entrypoint.CommandCase Modifier and Type Method Description static Entrypoint.CommandCase
Entrypoint.CommandCase. forNumber(int value)
Entrypoint.CommandCase
Entrypoint.Builder. getCommandCase()
Entrypoint.CommandCase
Entrypoint. getCommandCase()
Entrypoint.CommandCase
EntrypointOrBuilder. getCommandCase()
static Entrypoint.CommandCase
Entrypoint.CommandCase. valueOf(int value)
Deprecated.static Entrypoint.CommandCase
Entrypoint.CommandCase. valueOf(String name)
Returns the enum constant of this type with the specified name.static Entrypoint.CommandCase[]
Entrypoint.CommandCase. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-