Google Cloud Appengine Admin V1 Client - Class RolloutStrategy (2.1.2)
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 RolloutStrategy.
Available rollout strategies.
Protobuf type google.appengine.v1.EndpointsApiService.RolloutStrategy
Namespace
Google \ Cloud \ AppEngine \ V1 \ EndpointsApiService
Methods
static::name
Parameter
Name
Description
value
mixed
static::value
Parameter
Name
Description
name
mixed
Constants
UNSPECIFIED_ROLLOUT_STRATEGY
Value: 0
Not specified. Defaults to FIXED.
Generated from protobuf enum UNSPECIFIED_ROLLOUT_STRATEGY = 0;
FIXED
Value: 1
Endpoints service configuration ID will be fixed to the configuration ID
specified by config_id.
Generated from protobuf enum FIXED = 1;
MANAGED
Value: 2
Endpoints service configuration ID will be updated with each rollout.
[[["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-11 UTC."],[],[]]