Enum RolloutPlanWaveOrchestrationOptionsDelay.Delimiter (1.105.0)

public enum RolloutPlanWaveOrchestrationOptionsDelay.Delimiter extends Enum<RolloutPlanWaveOrchestrationOptionsDelay.Delimiter> implements ProtocolMessageEnum

Optional. Controls whether the delay should only be added between batches of projects corresponding to different locations, or also between batches of projects corresponding to the same location.

Must be set to DELIMITER_UNSPECIFIED if no delay is to be added.

Protobuf enum google.cloud.compute.v1.RolloutPlanWaveOrchestrationOptionsDelay.Delimiter

Implements

ProtocolMessageEnum

Static Fields

Name Description
DELIMITER_BATCH

The delay will also be added between batches of projects corresponding to the same location.

DELIMITER_BATCH = 253390530;

DELIMITER_BATCH_VALUE

The delay will also be added between batches of projects corresponding to the same location.

DELIMITER_BATCH = 253390530;

DELIMITER_LOCATION

The delay will only be added between batches of projects corresponding to different locations.

DELIMITER_LOCATION = 189398797;

DELIMITER_LOCATION_VALUE

The delay will only be added between batches of projects corresponding to different locations.

DELIMITER_LOCATION = 189398797;

DELIMITER_UNSPECIFIED

No delay will be added between batches of projects. Processing will continue with the next batch as soon as the previous batch of LROs is done.

DELIMITER_UNSPECIFIED = 372199615;

DELIMITER_UNSPECIFIED_VALUE

No delay will be added between batches of projects. Processing will continue with the next batch as soon as the previous batch of LROs is done.

DELIMITER_UNSPECIFIED = 372199615;

UNDEFINED_DELIMITER

A value indicating that the enum field is not set.

UNDEFINED_DELIMITER = 0;

UNDEFINED_DELIMITER_VALUE

A value indicating that the enum field is not set.

UNDEFINED_DELIMITER = 0;

UNRECOGNIZED

Static Methods

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

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

Name Description
getDescriptorForType()
getNumber()
getValueDescriptor()