App Engine Admin V1 API - Module Google::Cloud::AppEngine::V1::ServingStatus (v1.7.0)
Stay organized with collections
Save and categorize content based on your preferences.
Reference documentation and code samples for the App Engine Admin V1 API module Google::Cloud::AppEngine::V1::ServingStatus.
Run states of a version.
Constants
SERVING_STATUS_UNSPECIFIED
value: 0 Not specified.
SERVING
value: 1 Currently serving. Instances are created according to the
scaling settings of the version.
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-04-03 UTC."],[],[]]