public interface SerialPipelineOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getStages(int index)
public abstract Stage getStages(int index)
Each stage specifies configuration for a Target
. The ordering
of this list defines the promotion flow.
repeated .google.events.cloud.deploy.v1.Stage stages = 1;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
Stage |
getStagesCount()
public abstract int getStagesCount()
Each stage specifies configuration for a Target
. The ordering
of this list defines the promotion flow.
repeated .google.events.cloud.deploy.v1.Stage stages = 1;
Returns | |
---|---|
Type | Description |
int |
getStagesList()
public abstract List<Stage> getStagesList()
Each stage specifies configuration for a Target
. The ordering
of this list defines the promotion flow.
repeated .google.events.cloud.deploy.v1.Stage stages = 1;
Returns | |
---|---|
Type | Description |
List<Stage> |
getStagesOrBuilder(int index)
public abstract StageOrBuilder getStagesOrBuilder(int index)
Each stage specifies configuration for a Target
. The ordering
of this list defines the promotion flow.
repeated .google.events.cloud.deploy.v1.Stage stages = 1;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
StageOrBuilder |
getStagesOrBuilderList()
public abstract List<? extends StageOrBuilder> getStagesOrBuilderList()
Each stage specifies configuration for a Target
. The ordering
of this list defines the promotion flow.
repeated .google.events.cloud.deploy.v1.Stage stages = 1;
Returns | |
---|---|
Type | Description |
List<? extends com.google.events.cloud.deploy.v1.StageOrBuilder> |