Reference documentation and code samples for the Google Cloud Deploy V1 Client class Standard.
Standard represents the standard deployment strategy.
Generated from protobuf message google.cloud.deploy.v1.Standard
Namespace
Google \ Cloud \ Deploy \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ verify |
bool
Whether to verify a deployment. |
getVerify
Whether to verify a deployment.
| Returns | |
|---|---|
| Type | Description |
bool |
|
setVerify
Whether to verify a deployment.
| Parameter | |
|---|---|
| Name | Description |
var |
bool
|
| Returns | |
|---|---|
| Type | Description |
$this |
|