Reference documentation and code samples for the Google Cloud Ces V1 Client class UpdateDeploymentRequest.
Request message for AgentService.UpdateDeployment.
Generated from protobuf message google.cloud.ces.v1.UpdateDeploymentRequest
Namespace
Google \ Cloud \ Ces \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ deployment |
Deployment
Required. The deployment to update. |
↳ update_mask |
Google\Protobuf\FieldMask
Optional. The list of fields to update. |
getDeployment
Required. The deployment to update.
| Returns | |
|---|---|
| Type | Description |
Deployment|null |
|
hasDeployment
clearDeployment
setDeployment
Required. The deployment to update.
| Parameter | |
|---|---|
| Name | Description |
var |
Deployment
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getUpdateMask
Optional. The list of fields to update.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\FieldMask|null |
|
hasUpdateMask
clearUpdateMask
setUpdateMask
Optional. The list of fields to update.
| Parameter | |
|---|---|
| Name | Description |
var |
Google\Protobuf\FieldMask
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
static::build
| Parameters | |
|---|---|
| Name | Description |
deployment |
Deployment
Required. The deployment to update. |
updateMask |
Google\Protobuf\FieldMask
Optional. The list of fields to update. |
| Returns | |
|---|---|
| Type | Description |
UpdateDeploymentRequest |
|