public interface RolloutStateOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getStartTime()
public abstract Timestamp getStartTime()Start time of the current step.
.google.protobuf.Timestamp start_time = 2;
| Returns | |
|---|---|
| Type | Description |
Timestamp |
The startTime. |
getStartTimeOrBuilder()
public abstract TimestampOrBuilder getStartTimeOrBuilder()Start time of the current step.
.google.protobuf.Timestamp start_time = 2;
| Returns | |
|---|---|
| Type | Description |
TimestampOrBuilder |
|
getStep()
public abstract String getStep()Display name of the current auto rollout step.
string step = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The step. |
getStepBytes()
public abstract ByteString getStepBytes()Display name of the current auto rollout step.
string step = 1;
| Returns | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
int |
The stepIndex. |
hasStartTime()
public abstract boolean hasStartTime()Start time of the current step.
.google.protobuf.Timestamp start_time = 2;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the startTime field is set. |