Google Cloud Network Security V1 Client - Class UpdateInterceptDeploymentRequest (1.3.0)

Reference documentation and code samples for the Google Cloud Network Security V1 Client class UpdateInterceptDeploymentRequest.

Request message for UpdateInterceptDeployment.

Generated from protobuf message google.cloud.networksecurity.v1.UpdateInterceptDeploymentRequest

Namespace

Google \ Cloud \ NetworkSecurity \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ update_mask Google\Protobuf\FieldMask

Optional. The list of fields to update. Fields are specified relative to the deployment (e.g. description; not intercept_deployment.description). See https://google.aip.dev/161 for more details.

↳ intercept_deployment InterceptDeployment

Required. The deployment to update.

↳ request_id string

Optional. A unique identifier for this request. Must be a UUID4. This request is only idempotent if a request_id is provided. See https://google.aip.dev/155 for more details.

getUpdateMask

Optional. The list of fields to update.

Fields are specified relative to the deployment (e.g. description; not intercept_deployment.description). See https://google.aip.dev/161 for more details.

Returns
Type Description
Google\Protobuf\FieldMask|null

hasUpdateMask

clearUpdateMask

setUpdateMask

Optional. The list of fields to update.

Fields are specified relative to the deployment (e.g. description; not intercept_deployment.description). See https://google.aip.dev/161 for more details.

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

getInterceptDeployment

Required. The deployment to update.

Returns
Type Description
InterceptDeployment|null

hasInterceptDeployment

clearInterceptDeployment

setInterceptDeployment

Required. The deployment to update.

Parameter
Name Description
var InterceptDeployment
Returns
Type Description
$this

getRequestId

Optional. A unique identifier for this request. Must be a UUID4.

This request is only idempotent if a request_id is provided. See https://google.aip.dev/155 for more details.

Returns
Type Description
string

setRequestId

Optional. A unique identifier for this request. Must be a UUID4.

This request is only idempotent if a request_id is provided. See https://google.aip.dev/155 for more details.

Parameter
Name Description
var string
Returns
Type Description
$this

static::build

Parameters
Name Description
interceptDeployment InterceptDeployment

Required. The deployment to update.

updateMask Google\Protobuf\FieldMask

Optional. The list of fields to update. Fields are specified relative to the deployment (e.g. description; not intercept_deployment.description). See https://google.aip.dev/161 for more details.

Returns
Type Description
UpdateInterceptDeploymentRequest