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

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

Request used by the UpdateSecurityProfileGroup method.

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

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

Required. Field mask is used to specify the fields to be overwritten in the SecurityProfileGroup resource by the update. The fields specified in the update_mask are relative to the resource, not the full request. A field will be overwritten if it is in the mask.

↳ security_profile_group SecurityProfileGroup

Required. Updated SecurityProfileGroup resource.

getUpdateMask

Required. Field mask is used to specify the fields to be overwritten in the SecurityProfileGroup resource by the update.

The fields specified in the update_mask are relative to the resource, not the full request. A field will be overwritten if it is in the mask.

Returns
Type Description
Google\Protobuf\FieldMask|null

hasUpdateMask

clearUpdateMask

setUpdateMask

Required. Field mask is used to specify the fields to be overwritten in the SecurityProfileGroup resource by the update.

The fields specified in the update_mask are relative to the resource, not the full request. A field will be overwritten if it is in the mask.

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

getSecurityProfileGroup

Required. Updated SecurityProfileGroup resource.

Returns
Type Description
SecurityProfileGroup|null

hasSecurityProfileGroup

clearSecurityProfileGroup

setSecurityProfileGroup

Required. Updated SecurityProfileGroup resource.

Parameter
Name Description
var SecurityProfileGroup
Returns
Type Description
$this

static::build

Parameters
Name Description
securityProfileGroup SecurityProfileGroup

Required. Updated SecurityProfileGroup resource.

updateMask Google\Protobuf\FieldMask

Required. Field mask is used to specify the fields to be overwritten in the SecurityProfileGroup resource by the update. The fields specified in the update_mask are relative to the resource, not the full request. A field will be overwritten if it is in the mask.

Returns
Type Description
UpdateSecurityProfileGroupRequest