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 ServingStatusServingStatus. forNumber(int value)ServingStatusVersion.Builder. getServingStatus()Current serving status of this version.ServingStatusVersion. getServingStatus()Current serving status of this version.ServingStatusVersionOrBuilder. getServingStatus()Current serving status of this version.static ServingStatusServingStatus. valueOf(int value)Deprecated.static ServingStatusServingStatus. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static ServingStatusServingStatus. 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.BuilderVersion.Builder. setServingStatus(ServingStatus value)Current serving status of this version.
-