rolloutStrategy property
Endpoints rollout strategy.
If FIXED, config_id must be specified. If MANAGED, config_id must be omitted. Possible string values are:
- "UNSPECIFIED_ROLLOUT_STRATEGY" : Not specified. Defaults to FIXED.
- "FIXED" : Endpoints service configuration ID will be fixed to the configuration ID specified by config_id.
- "MANAGED" : Endpoints service configuration ID will be updated with each rollout.
Implementation
core.String? rolloutStrategy;