Interface RolloutPlanWaveValidationTimeBasedValidationMetadataOrBuilder (1.105.0)

public interface RolloutPlanWaveValidationTimeBasedValidationMetadataOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getWaitDuration()

public abstract String getWaitDuration()

Optional. The duration that the system waits in between waves. This wait starts after all changes in the wave are rolled out.

optional string wait_duration = 452313374;

Returns
Type Description
String

The waitDuration.

getWaitDurationBytes()

public abstract ByteString getWaitDurationBytes()

Optional. The duration that the system waits in between waves. This wait starts after all changes in the wave are rolled out.

optional string wait_duration = 452313374;

Returns
Type Description
ByteString

The bytes for waitDuration.

hasWaitDuration()

public abstract boolean hasWaitDuration()

Optional. The duration that the system waits in between waves. This wait starts after all changes in the wave are rolled out.

optional string wait_duration = 452313374;

Returns
Type Description
boolean

Whether the waitDuration field is set.