Google Cloud Deploy V1 Client - Class SerialPipeline (0.14.0)

Reference documentation and code samples for the Google Cloud Deploy V1 Client class SerialPipeline.

SerialPipeline defines a sequential set of stages for a DeliveryPipeline.

Generated from protobuf message google.cloud.deploy.v1.SerialPipeline

Namespace

Google \ Cloud \ Deploy \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ stages array<Google\Cloud\Deploy\V1\Stage>

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

getStages

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

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setStages

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

Parameter
NameDescription
var array<Google\Cloud\Deploy\V1\Stage>
Returns
TypeDescription
$this