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