Reference documentation and code samples for the Google Cloud Appengine Admin V1 Client class ServingStatus.
Protobuf type google.appengine.v1.Application.ServingStatus
Namespace
Google \ Cloud \ AppEngine \ V1 \ ApplicationMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
UNSPECIFIED
Value: 0
Serving status is unspecified.
Generated from protobuf enum UNSPECIFIED = 0;
SERVING
Value: 1
Application is serving.
Generated from protobuf enum SERVING = 1;
USER_DISABLED
Value: 2
Application has been disabled by the user.
Generated from protobuf enum USER_DISABLED = 2;
SYSTEM_DISABLED
Value: 3
Application has been disabled by the system.
Generated from protobuf enum SYSTEM_DISABLED = 3;