public static interface RolloutConfig.RolloutStepOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getDisplayName()
public abstract String getDisplayName()The name of the rollout step;
string display_name = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The displayName. |
getDisplayNameBytes()
public abstract ByteString getDisplayNameBytes()The name of the rollout step;
string display_name = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for displayName. |
getMinDuration()
public abstract 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;
| Returns | |
|---|---|
| Type | Description |
Duration |
The minDuration. |
getMinDurationOrBuilder()
public abstract 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;
| Returns | |
|---|---|
| Type | Description |
DurationOrBuilder |
|
getTrafficPercent()
public abstract int getTrafficPercent()The percentage of traffic allocated to the flow version of this rollout step. (0%, 100%].
int32 traffic_percent = 2;
| Returns | |
|---|---|
| Type | Description |
int |
The trafficPercent. |
hasMinDuration()
public abstract 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;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the minDuration field is set. |