public static interface RolloutConfig.RolloutStepOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getDisplayName()
The name of the rollout step;
string display_name = 1; |
com.google.protobuf.ByteString |
getDisplayNameBytes()
The name of the rollout step;
string display_name = 1; |
com.google.protobuf.Duration |
getMinDuration()
The minimum time that this step should last.
|
com.google.protobuf.DurationOrBuilder |
getMinDurationOrBuilder()
The minimum time that this step should last.
|
int |
getTrafficPercent()
The percentage of traffic allocated to the flow version of this rollout
step. (0%, 100%].
|
boolean |
hasMinDuration()
The minimum time that this step should last.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getDisplayName()
The name of the rollout step;
string display_name = 1;com.google.protobuf.ByteString getDisplayNameBytes()
The name of the rollout step;
string display_name = 1;int getTrafficPercent()
The percentage of traffic allocated to the flow version of this rollout step. (0%, 100%].
int32 traffic_percent = 2;boolean hasMinDuration()
The minimum time that this step should last. Should be longer than 1 hour. If not set, the default minimum duration for each step will be 1 hour.
.google.protobuf.Duration min_duration = 3;com.google.protobuf.Duration getMinDuration()
The minimum time that this step should last. Should be longer than 1 hour. If not set, the default minimum duration for each step will be 1 hour.
.google.protobuf.Duration min_duration = 3;com.google.protobuf.DurationOrBuilder getMinDurationOrBuilder()
The minimum time that this step should last. Should be longer than 1 hour. If not set, the default minimum duration for each step will be 1 hour.
.google.protobuf.Duration min_duration = 3;Copyright © 2025 Google LLC. All rights reserved.