Google Cloud Deploy v1 API - Class SerialPipeline (2.15.0)

public sealed class SerialPipeline : IMessage<SerialPipeline>, IEquatable<SerialPipeline>, IDeepCloneable<SerialPipeline>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Deploy v1 API class SerialPipeline.

SerialPipeline defines a sequential set of stages for a DeliveryPipeline.

Inheritance

object > SerialPipeline

Namespace

Google.Cloud.Deploy.V1

Assembly

Google.Cloud.Deploy.V1.dll

Constructors

SerialPipeline()

public SerialPipeline()

SerialPipeline(SerialPipeline)

public SerialPipeline(SerialPipeline other)
Parameter
NameDescription
otherSerialPipeline

Properties

Stages

public RepeatedField<Stage> Stages { get; }

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

Property Value
TypeDescription
RepeatedFieldStage