Reference documentation and code samples for the Google Cloud Deploy V1 Client class CustomTargetDeployMetadata.
CustomTargetDeployMetadata contains information from a Custom Target deploy operation.
Generated from protobuf message google.cloud.deploy.v1.CustomTargetDeployMetadata
Namespace
Google \ Cloud \ Deploy \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ skip_message |
string
Output only. Skip message provided in the results of a custom deploy operation. |
getSkipMessage
Output only. Skip message provided in the results of a custom deploy operation.
Returns | |
---|---|
Type | Description |
string |
setSkipMessage
Output only. Skip message provided in the results of a custom deploy operation.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |