Interface RolloutPlanWaveOrchestrationOptionsDelayOrBuilder (1.105.0)

public interface RolloutPlanWaveOrchestrationOptionsDelayOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDelimiter()

public abstract String getDelimiter()

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. Check the Delimiter enum for the list of possible values.

optional string delimiter = 286352903;

Returns
Type Description
String

The delimiter.

getDelimiterBytes()

public abstract ByteString getDelimiterBytes()

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. Check the Delimiter enum for the list of possible values.

optional string delimiter = 286352903;

Returns
Type Description
ByteString

The bytes for delimiter.

getDuration()

public abstract String getDuration()

Optional. The duration of the delay, if any, to be added between batches of projects. A zero duration corresponds to no delay.

optional string duration = 155471252;

Returns
Type Description
String

The duration.

getDurationBytes()

public abstract ByteString getDurationBytes()

Optional. The duration of the delay, if any, to be added between batches of projects. A zero duration corresponds to no delay.

optional string duration = 155471252;

Returns
Type Description
ByteString

The bytes for duration.

getType()

public abstract String getType()

Optional. Controls whether the specified duration is to be added at the end of each batch, or if the total processing time for each batch will be padded if needed to meet the specified duration.

Must be set to TYPE_UNSPECIFIED if no delay is to be added. Check the Type enum for the list of possible values.

optional string type = 3575610;

Returns
Type Description
String

The type.

getTypeBytes()

public abstract ByteString getTypeBytes()

Optional. Controls whether the specified duration is to be added at the end of each batch, or if the total processing time for each batch will be padded if needed to meet the specified duration.

Must be set to TYPE_UNSPECIFIED if no delay is to be added. Check the Type enum for the list of possible values.

optional string type = 3575610;

Returns
Type Description
ByteString

The bytes for type.

hasDelimiter()

public abstract boolean hasDelimiter()

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. Check the Delimiter enum for the list of possible values.

optional string delimiter = 286352903;

Returns
Type Description
boolean

Whether the delimiter field is set.

hasDuration()

public abstract boolean hasDuration()

Optional. The duration of the delay, if any, to be added between batches of projects. A zero duration corresponds to no delay.

optional string duration = 155471252;

Returns
Type Description
boolean

Whether the duration field is set.

hasType()

public abstract boolean hasType()

Optional. Controls whether the specified duration is to be added at the end of each batch, or if the total processing time for each batch will be padded if needed to meet the specified duration.

Must be set to TYPE_UNSPECIFIED if no delay is to be added. Check the Type enum for the list of possible values.

optional string type = 3575610;

Returns
Type Description
boolean

Whether the type field is set.