Package com.google.cloud.deploy.v1
Interface SerialPipelineOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
SerialPipeline
,SerialPipeline.Builder
public interface SerialPipelineOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Stage
getStages(int index)
Each stage specifies configuration for a `Target`.int
getStagesCount()
Each stage specifies configuration for a `Target`.List<Stage>
getStagesList()
Each stage specifies configuration for a `Target`.StageOrBuilder
getStagesOrBuilder(int index)
Each stage specifies configuration for a `Target`.List<? extends StageOrBuilder>
getStagesOrBuilderList()
Each stage specifies configuration for a `Target`.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getStagesList
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;
-
getStages
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;
-
getStagesCount
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;
-
getStagesOrBuilderList
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;
-
getStagesOrBuilder
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;
-
-