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