Class SerialPipeline (1.4.0)

SerialPipeline(mapping=None, *, ignore_unknown_fields=False, **kwargs)

SerialPipeline defines a sequential set of stages for a DeliveryPipeline.

Attribute

NameDescription
stages Sequence[google.cloud.deploy_v1.types.Stage]
Each stage specifies configuration for a ``Target``. The ordering of this list defines the promotion flow.

Inheritance

builtins.object > proto.message.Message > SerialPipeline