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
.
Implements
IMessageSerialPipeline, IEquatableSerialPipeline, IDeepCloneableSerialPipeline, IBufferMessage, IMessageNamespace
Google.Cloud.Deploy.V1Assembly
Google.Cloud.Deploy.V1.dll
Constructors
SerialPipeline()
public SerialPipeline()
SerialPipeline(SerialPipeline)
public SerialPipeline(SerialPipeline other)
Parameter | |
---|---|
Name | Description |
other | SerialPipeline |
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 | |
---|---|
Type | Description |
RepeatedFieldStage |