Module: Google::Cloud::AppEngine::V1::Application::ServingStatus
- Defined in:
- proto_docs/google/appengine/v1/application.rb
Constant Summary collapse
- UNSPECIFIED =
Serving status is unspecified.
0
- SERVING =
Application is serving.
1
- USER_DISABLED =
Application has been disabled by the user.
2
- SYSTEM_DISABLED =
Application has been disabled by the system.
3