Google Cloud Appengine Admin V1 Client - Class ServingStatus (1.0.6)

Reference documentation and code samples for the Google Cloud Appengine Admin V1 Client class ServingStatus.

Protobuf type google.appengine.v1.Application.ServingStatus

Methods

name

Parameter
NameDescription
value mixed

value

Parameter
NameDescription
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;