public interface AdvanceRolloutOperationOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getDestinationPhase()
Output only.
|
com.google.protobuf.ByteString |
getDestinationPhaseBytes()
Output only.
|
String |
getRollout()
Output only.
|
com.google.protobuf.ByteString |
getRolloutBytes()
Output only.
|
String |
getSourcePhase()
Output only.
|
com.google.protobuf.ByteString |
getSourcePhaseBytes()
Output only.
|
com.google.protobuf.Duration |
getWait()
Output only.
|
com.google.protobuf.DurationOrBuilder |
getWaitOrBuilder()
Output only.
|
boolean |
hasWait()
Output only.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getSourcePhase()
Output only. The phase of a deployment that initiated the operation.
string source_phase = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];com.google.protobuf.ByteString getSourcePhaseBytes()
Output only. The phase of a deployment that initiated the operation.
string source_phase = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];boolean hasWait()
Output only. How long the operation will be paused.
.google.protobuf.Duration wait = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];com.google.protobuf.Duration getWait()
Output only. How long the operation will be paused.
.google.protobuf.Duration wait = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];com.google.protobuf.DurationOrBuilder getWaitOrBuilder()
Output only. How long the operation will be paused.
.google.protobuf.Duration wait = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];String getRollout()
Output only. The name of the rollout that initiates the `AutomationRun`.
string rollout = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];com.google.protobuf.ByteString getRolloutBytes()
Output only. The name of the rollout that initiates the `AutomationRun`.
string rollout = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];String getDestinationPhase()
Output only. The phase the rollout will be advanced to.
string destination_phase = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];com.google.protobuf.ByteString getDestinationPhaseBytes()
Output only. The phase the rollout will be advanced to.
string destination_phase = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];Copyright © 2024 Google LLC. All rights reserved.