Enum EndpointsApiService.RolloutStrategy (2.3.3)

public enum EndpointsApiService.RolloutStrategy extends Enum<EndpointsApiService.RolloutStrategy> implements ProtocolMessageEnum

Available rollout strategies.

Protobuf enum google.appengine.v1.EndpointsApiService.RolloutStrategy

Implements

ProtocolMessageEnum

Static Fields

NameDescription
FIXED

Endpoints service configuration ID will be fixed to the configuration ID specified by config_id.

FIXED = 1;

FIXED_VALUE

Endpoints service configuration ID will be fixed to the configuration ID specified by config_id.

FIXED = 1;

MANAGED

Endpoints service configuration ID will be updated with each rollout.

MANAGED = 2;

MANAGED_VALUE

Endpoints service configuration ID will be updated with each rollout.

MANAGED = 2;

UNRECOGNIZED
UNSPECIFIED_ROLLOUT_STRATEGY

Not specified. Defaults to FIXED.

UNSPECIFIED_ROLLOUT_STRATEGY = 0;

UNSPECIFIED_ROLLOUT_STRATEGY_VALUE

Not specified. Defaults to FIXED.

UNSPECIFIED_ROLLOUT_STRATEGY = 0;

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()