Interface RolloutStateOrBuilder (0.52.0)

public interface RolloutStateOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getStartTime()

public abstract Timestamp getStartTime()

Start time of the current step.

.google.protobuf.Timestamp start_time = 2;

Returns
TypeDescription
Timestamp

The startTime.

getStartTimeOrBuilder()

public abstract TimestampOrBuilder getStartTimeOrBuilder()

Start time of the current step.

.google.protobuf.Timestamp start_time = 2;

Returns
TypeDescription
TimestampOrBuilder

getStep()

public abstract String getStep()

Display name of the current auto rollout step.

string step = 1;

Returns
TypeDescription
String

The step.

getStepBytes()

public abstract ByteString getStepBytes()

Display name of the current auto rollout step.

string step = 1;

Returns
TypeDescription
ByteString

The bytes for step.

getStepIndex()

public abstract int getStepIndex()

Index of the current step in the auto rollout steps list.

int32 step_index = 3;

Returns
TypeDescription
int

The stepIndex.

hasStartTime()

public abstract boolean hasStartTime()

Start time of the current step.

.google.protobuf.Timestamp start_time = 2;

Returns
TypeDescription
boolean

Whether the startTime field is set.