public interface SerialPipelineOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and 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`.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<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;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;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;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;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;Copyright © 2024 Google LLC. All rights reserved.