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 \ EndpointsApiServiceMethods
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.
Generated from protobuf enum MANAGED = 2;