Reference documentation and code samples for the Google Cloud Deploy V1 Client class Postdeploy.
Postdeploy contains the postdeploy job configuration information.
Generated from protobuf message google.cloud.deploy.v1.Postdeploy
Namespace
Google \ Cloud \ Deploy \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ actions |
array
Optional. A sequence of Skaffold custom actions to invoke during execution of the postdeploy job. |
getActions
Optional. A sequence of Skaffold custom actions to invoke during execution of the postdeploy job.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setActions
Optional. A sequence of Skaffold custom actions to invoke during execution of the postdeploy job.
Parameter | |
---|---|
Name | Description |
var |
string[]
|
Returns | |
---|---|
Type | Description |
$this |