Interface SerialPipelineOrBuilder (1.56.0)

public interface SerialPipelineOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getStages(int index)

public abstract Stage getStages(int index)

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

repeated .google.cloud.deploy.v1.Stage stages = 1 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
index int
Returns
Type Description
Stage

getStagesCount()

public abstract int getStagesCount()

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

repeated .google.cloud.deploy.v1.Stage stages = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
int

getStagesList()

public abstract List<Stage> getStagesList()

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

repeated .google.cloud.deploy.v1.Stage stages = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
List<Stage>

getStagesOrBuilder(int index)

public abstract StageOrBuilder getStagesOrBuilder(int index)

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

repeated .google.cloud.deploy.v1.Stage stages = 1 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
index int
Returns
Type Description
StageOrBuilder

getStagesOrBuilderList()

public abstract List<? extends StageOrBuilder> getStagesOrBuilderList()

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

repeated .google.cloud.deploy.v1.Stage stages = 1 [(.google.api.field_behavior) = OPTIONAL];

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