public interface RolloutInfoOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getEndTime()
public abstract Timestamp getEndTime()
Output only. Time when the rollout completed.
.google.protobuf.Timestamp end_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
Timestamp |
The endTime. |
getEndTimeOrBuilder()
public abstract TimestampOrBuilder getEndTimeOrBuilder()
Output only. Time when the rollout completed.
.google.protobuf.Timestamp end_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
TimestampOrBuilder |
getMessage()
public abstract String getMessage()
Output only. Message containing additional information related to the rollout.
string message = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
String |
The message. |
getMessageBytes()
public abstract ByteString getMessageBytes()
Output only. Message containing additional information related to the rollout.
string message = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for message. |
getRolloutStrategyInfo()
public abstract RolloutStrategyInfo getRolloutStrategyInfo()
Output only. Rollout strategy info represents the status of execution of rollout strategy.
.google.cloud.configdelivery.v1beta.RolloutStrategyInfo rollout_strategy_info = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
RolloutStrategyInfo |
The rolloutStrategyInfo. |
getRolloutStrategyInfoOrBuilder()
public abstract RolloutStrategyInfoOrBuilder getRolloutStrategyInfoOrBuilder()
Output only. Rollout strategy info represents the status of execution of rollout strategy.
.google.cloud.configdelivery.v1beta.RolloutStrategyInfo rollout_strategy_info = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
RolloutStrategyInfoOrBuilder |
getStartTime()
public abstract Timestamp getStartTime()
Output only. Time when the rollout started.
.google.protobuf.Timestamp start_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
Timestamp |
The startTime. |
getStartTimeOrBuilder()
public abstract TimestampOrBuilder getStartTimeOrBuilder()
Output only. Time when the rollout started.
.google.protobuf.Timestamp start_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
TimestampOrBuilder |
getState()
public abstract RolloutInfo.State getState()
Output only. state contains the overall status of the Rollout.
.google.cloud.configdelivery.v1beta.RolloutInfo.State state = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
RolloutInfo.State |
The state. |
getStateValue()
public abstract int getStateValue()
Output only. state contains the overall status of the Rollout.
.google.cloud.configdelivery.v1beta.RolloutInfo.State state = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
int |
The enum numeric value on the wire for state. |
hasEndTime()
public abstract boolean hasEndTime()
Output only. Time when the rollout completed.
.google.protobuf.Timestamp end_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
boolean |
Whether the endTime field is set. |
hasRolloutStrategyInfo()
public abstract boolean hasRolloutStrategyInfo()
Output only. Rollout strategy info represents the status of execution of rollout strategy.
.google.cloud.configdelivery.v1beta.RolloutStrategyInfo rollout_strategy_info = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
boolean |
Whether the rolloutStrategyInfo field is set. |
hasStartTime()
public abstract boolean hasStartTime()
Output only. Time when the rollout started.
.google.protobuf.Timestamp start_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
boolean |
Whether the startTime field is set. |