Google Cloud Appengine Admin V1 Client - Class ServingStatus (2.1.3)
Stay organized with collections
Save and categorize content based on your preferences.
Reference documentation and code samples for the Google Cloud Appengine Admin V1 Client class ServingStatus.
Run states of a version.
Protobuf type google.appengine.v1.ServingStatus
Namespace
Google \ Cloud \ AppEngine \ V1
Methods
static::name
Parameter
Name
Description
value
mixed
static::value
Parameter
Name
Description
name
mixed
Constants
SERVING_STATUS_UNSPECIFIED
Value: 0
Not specified.
Generated from protobuf enum SERVING_STATUS_UNSPECIFIED = 0;
SERVING
Value: 1
Currently serving. Instances are created according to the
scaling settings of the version.
Generated from protobuf enum SERVING = 1;
STOPPED
Value: 2
Disabled. No instances will be created and the scaling
settings are ignored until the state of the version changes
to SERVING.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2026-03-19 UTC."],[],[]]