Google Cloud Telco Automation V1 Client - Class UpdateHydratedDeploymentRequest (0.1.0)

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 \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ hydrated_deployment Google\Cloud\TelcoAutomation\V1\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 * which fully replaces (equivalent to PUT) the resource provided.

getHydratedDeployment

Required. The hydrated deployment to update.

Returns
TypeDescription
Google\Cloud\TelcoAutomation\V1\HydratedDeployment|null

hasHydratedDeployment

clearHydratedDeployment

setHydratedDeployment

Required. The hydrated deployment to update.

Parameter
NameDescription
var Google\Cloud\TelcoAutomation\V1\HydratedDeployment
Returns
TypeDescription
$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
TypeDescription
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
NameDescription
var Google\Protobuf\FieldMask
Returns
TypeDescription
$this

static::build

Parameters
NameDescription
hydratedDeployment Google\Cloud\TelcoAutomation\V1\HydratedDeployment

Required. The hydrated deployment to update.

updateMask Google\Protobuf\FieldMask

Required. The list of fields to update. Update mask supports a special value * which fully replaces (equivalent to PUT) the resource provided.

Returns
TypeDescription
Google\Cloud\TelcoAutomation\V1\UpdateHydratedDeploymentRequest