public interface RollbackOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getDestinationPhase()
Optional.
|
com.google.protobuf.ByteString |
getDestinationPhaseBytes()
Optional.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getDestinationPhase()
Optional. The starting phase ID for the `Rollout`. If unspecified, the `Rollout` will start in the stable phase.
string destination_phase = 1 [(.google.api.field_behavior) = OPTIONAL];com.google.protobuf.ByteString getDestinationPhaseBytes()
Optional. The starting phase ID for the `Rollout`. If unspecified, the `Rollout` will start in the stable phase.
string destination_phase = 1 [(.google.api.field_behavior) = OPTIONAL];Copyright © 2024 Google LLC. All rights reserved.