Uses of Class
com.google.appengine.v1.ServingStatus
-
Packages that use ServingStatus Package Description com.google.appengine.v1 A client to App Engine Admin API -
-
Uses of ServingStatus in com.google.appengine.v1
Methods in com.google.appengine.v1 that return ServingStatus Modifier and Type Method Description static ServingStatus
ServingStatus. forNumber(int value)
ServingStatus
Version.Builder. getServingStatus()
Current serving status of this version.ServingStatus
Version. getServingStatus()
Current serving status of this version.ServingStatus
VersionOrBuilder. getServingStatus()
Current serving status of this version.static ServingStatus
ServingStatus. valueOf(int value)
Deprecated.static ServingStatus
ServingStatus. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static ServingStatus
ServingStatus. valueOf(String name)
Returns the enum constant of this type with the specified name.static ServingStatus[]
ServingStatus. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.appengine.v1 that return types with arguments of type ServingStatus Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<ServingStatus>
ServingStatus. internalGetValueMap()
Methods in com.google.appengine.v1 with parameters of type ServingStatus Modifier and Type Method Description Version.Builder
Version.Builder. setServingStatus(ServingStatus value)
Current serving status of this version.
-