public interface RolloutStateOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Timestamp |
getStartTime()
Start time of the current step.
|
com.google.protobuf.TimestampOrBuilder |
getStartTimeOrBuilder()
Start time of the current step.
|
String |
getStep()
Display name of the current auto rollout step.
|
com.google.protobuf.ByteString |
getStepBytes()
Display name of the current auto rollout step.
|
int |
getStepIndex()
Index of the current step in the auto rollout steps list.
|
boolean |
hasStartTime()
Start time of the current step.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getStep()
Display name of the current auto rollout step.
string step = 1;com.google.protobuf.ByteString getStepBytes()
Display name of the current auto rollout step.
string step = 1;int getStepIndex()
Index of the current step in the auto rollout steps list.
int32 step_index = 3;boolean hasStartTime()
Start time of the current step.
.google.protobuf.Timestamp start_time = 2;com.google.protobuf.Timestamp getStartTime()
Start time of the current step.
.google.protobuf.Timestamp start_time = 2;com.google.protobuf.TimestampOrBuilder getStartTimeOrBuilder()
Start time of the current step.
.google.protobuf.Timestamp start_time = 2;Copyright © 2025 Google LLC. All rights reserved.