Reference documentation and code samples for the Google Cloud Deploy V1 Client class PredeployJob.
A predeploy Job.
Generated from protobuf message google.cloud.deploy.v1.PredeployJob
Namespace
Google \ Cloud \ Deploy \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ actions |
array
Output only. The custom actions that the predeploy Job executes. |
getActions
Output only. The custom actions that the predeploy Job executes.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setActions
Output only. The custom actions that the predeploy Job executes.
Parameter | |
---|---|
Name | Description |
var |
string[]
|
Returns | |
---|---|
Type | Description |
$this |