Interface SerialPipelineOrBuilder (1.15.0)

public interface SerialPipelineOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

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.cloud.deploy.v1.Stage stages = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
Stage

getStagesCount()

public abstract int getStagesCount()

Each stage specifies configuration for a Target. The ordering of this list defines the promotion flow.

repeated .google.cloud.deploy.v1.Stage stages = 1;

Returns
TypeDescription
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.cloud.deploy.v1.Stage stages = 1;

Returns
TypeDescription
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.cloud.deploy.v1.Stage stages = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
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.cloud.deploy.v1.Stage stages = 1;

Returns
TypeDescription
List<? extends com.google.cloud.deploy.v1.StageOrBuilder>