Uses of Class
com.google.appengine.v1.Instance.Liveness.LivenessState
-
Packages that use Instance.Liveness.LivenessState Package Description com.google.appengine.v1 A client to App Engine Admin API -
-
Uses of Instance.Liveness.LivenessState in com.google.appengine.v1
Methods in com.google.appengine.v1 that return Instance.Liveness.LivenessState Modifier and Type Method Description static Instance.Liveness.LivenessState
Instance.Liveness.LivenessState. forNumber(int value)
Instance.Liveness.LivenessState
Instance.Builder. getVmLiveness()
Output only.Instance.Liveness.LivenessState
Instance. getVmLiveness()
Output only.Instance.Liveness.LivenessState
InstanceOrBuilder. getVmLiveness()
Output only.static Instance.Liveness.LivenessState
Instance.Liveness.LivenessState. valueOf(int value)
Deprecated.static Instance.Liveness.LivenessState
Instance.Liveness.LivenessState. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static Instance.Liveness.LivenessState
Instance.Liveness.LivenessState. valueOf(String name)
Returns the enum constant of this type with the specified name.static Instance.Liveness.LivenessState[]
Instance.Liveness.LivenessState. 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 Instance.Liveness.LivenessState Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<Instance.Liveness.LivenessState>
Instance.Liveness.LivenessState. internalGetValueMap()
Methods in com.google.appengine.v1 with parameters of type Instance.Liveness.LivenessState Modifier and Type Method Description Instance.Builder
Instance.Builder. setVmLiveness(Instance.Liveness.LivenessState value)
Output only.
-