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 \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ stages |
array<Google\Cloud\Deploy\V1\Stage>
Each stage specifies configuration for a |
getStages
Each stage specifies configuration for a Target
. The ordering
of this list defines the promotion flow.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setStages
Each stage specifies configuration for a Target
. The ordering
of this list defines the promotion flow.
Parameter | |
---|---|
Name | Description |
var |
array<Google\Cloud\Deploy\V1\Stage>
|
Returns | |
---|---|
Type | Description |
$this |