public interface CanaryDeploymentOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getPercentages(int index)
public abstract int getPercentages(int index) Required. The percentage based deployments that will occur as a part of a
Rollout. List is expected in ascending order and each integer n is
0 <= n < 100.
repeated int32 percentages = 1 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
index |
intThe index of the element to return. |
| Returns | |
|---|---|
| Type | Description |
int |
The percentages at the given index. |
getPercentagesCount()
public abstract int getPercentagesCount() Required. The percentage based deployments that will occur as a part of a
Rollout. List is expected in ascending order and each integer n is
0 <= n < 100.
repeated int32 percentages = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
int |
The count of percentages. |
getPercentagesList()
public abstract List<Integer> getPercentagesList() Required. The percentage based deployments that will occur as a part of a
Rollout. List is expected in ascending order and each integer n is
0 <= n < 100.
repeated int32 percentages = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
List<Integer> |
A list containing the percentages. |
getVerify()
public abstract boolean getVerify()Whether to run verify tests after each percentage deployment.
bool verify = 2;
| Returns | |
|---|---|
| Type | Description |
boolean |
The verify. |