public interface RollbackTargetConfigOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Rollout |
getRollout()
Optional.
|
RolloutOrBuilder |
getRolloutOrBuilder()
Optional.
|
String |
getStartingPhaseId()
Optional.
|
com.google.protobuf.ByteString |
getStartingPhaseIdBytes()
Optional.
|
boolean |
hasRollout()
Optional.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasRollout()
Optional. The rollback `Rollout` to create.
.google.cloud.deploy.v1.Rollout rollout = 1 [(.google.api.field_behavior) = OPTIONAL];
Rollout getRollout()
Optional. The rollback `Rollout` to create.
.google.cloud.deploy.v1.Rollout rollout = 1 [(.google.api.field_behavior) = OPTIONAL];
RolloutOrBuilder getRolloutOrBuilder()
Optional. The rollback `Rollout` to create.
.google.cloud.deploy.v1.Rollout rollout = 1 [(.google.api.field_behavior) = OPTIONAL];
String getStartingPhaseId()
Optional. The starting phase ID for the `Rollout`. If unspecified, the `Rollout` will start in the stable phase.
string starting_phase_id = 2 [(.google.api.field_behavior) = OPTIONAL];com.google.protobuf.ByteString getStartingPhaseIdBytes()
Optional. The starting phase ID for the `Rollout`. If unspecified, the `Rollout` will start in the stable phase.
string starting_phase_id = 2 [(.google.api.field_behavior) = OPTIONAL];Copyright © 2024 Google LLC. All rights reserved.