Reference documentation and code samples for the Google Cloud Telco Automation V1 Client class UpdateHydratedDeploymentRequest.
Request object for UpdateHydratedDeployment.
Generated from protobuf message google.cloud.telcoautomation.v1.UpdateHydratedDeploymentRequest
Namespace
Google \ Cloud \ TelcoAutomation \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ hydrated_deployment |
HydratedDeployment
Required. The hydrated deployment to update. |
↳ update_mask |
Google\Protobuf\FieldMask
Required. The list of fields to update. Update mask supports a special value |
getHydratedDeployment
Required. The hydrated deployment to update.
| Returns | |
|---|---|
| Type | Description |
HydratedDeployment|null |
|
hasHydratedDeployment
clearHydratedDeployment
setHydratedDeployment
Required. The hydrated deployment to update.
| Parameter | |
|---|---|
| Name | Description |
var |
HydratedDeployment
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getUpdateMask
Required. The list of fields to update. Update mask supports a special
value * which fully replaces (equivalent to PUT) the resource provided.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\FieldMask|null |
|
hasUpdateMask
clearUpdateMask
setUpdateMask
Required. The list of fields to update. Update mask supports a special
value * which fully replaces (equivalent to PUT) the resource provided.
| Parameter | |
|---|---|
| Name | Description |
var |
Google\Protobuf\FieldMask
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
static::build
| Parameters | |
|---|---|
| Name | Description |
hydratedDeployment |
HydratedDeployment
Required. The hydrated deployment to update. |
updateMask |
Google\Protobuf\FieldMask
Required. The list of fields to update. Update mask supports a special
value |
| Returns | |
|---|---|
| Type | Description |
UpdateHydratedDeploymentRequest |
|