Google Cloud Telco Automation V1 Client - Class UpdateDeploymentRequest (0.2.5)

Reference documentation and code samples for the Google Cloud Telco Automation V1 Client class UpdateDeploymentRequest.

Request object for UpdateDeployment.

Generated from protobuf message google.cloud.telcoautomation.v1.UpdateDeploymentRequest

Namespace

Google \ Cloud \ TelcoAutomation \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ deployment Google\Cloud\TelcoAutomation\V1\Deployment

Required. The deployment to update.

↳ update_mask Google\Protobuf\FieldMask

Required. Update mask is used to specify the fields to be overwritten in the deployment resource by the update.

getDeployment

Required. The deployment to update.

Returns
Type Description
Google\Cloud\TelcoAutomation\V1\Deployment|null

hasDeployment

clearDeployment

setDeployment

Required. The deployment to update.

Parameter
Name Description
var Google\Cloud\TelcoAutomation\V1\Deployment
Returns
Type Description
$this

getUpdateMask

Required. Update mask is used to specify the fields to be overwritten in the deployment resource by the update.

Returns
Type Description
Google\Protobuf\FieldMask|null

hasUpdateMask

clearUpdateMask

setUpdateMask

Required. Update mask is used to specify the fields to be overwritten in the deployment resource by the update.

Parameter
Name Description
var Google\Protobuf\FieldMask
Returns
Type Description
$this

static::build

Parameters
Name Description
deployment Google\Cloud\TelcoAutomation\V1\Deployment

Required. The deployment to update.

updateMask Google\Protobuf\FieldMask

Required. Update mask is used to specify the fields to be overwritten in the deployment resource by the update.

Returns
Type Description
Google\Cloud\TelcoAutomation\V1\UpdateDeploymentRequest