Google Cloud Security Command Center V1 Client - Class UpdateEventThreatDetectionCustomModuleRequest (2.0.0-RC1)

Reference documentation and code samples for the Google Cloud Security Command Center V1 Client class UpdateEventThreatDetectionCustomModuleRequest.

Request to update an Event Threat Detection custom module.

Generated from protobuf message google.cloud.securitycenter.v1.UpdateEventThreatDetectionCustomModuleRequest

Namespace

Google \ Cloud \ SecurityCenter \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ event_threat_detection_custom_module Google\Cloud\SecurityCenter\V1\EventThreatDetectionCustomModule

Required. The module being updated.

↳ update_mask Google\Protobuf\FieldMask

The list of fields to be updated. If empty all mutable fields will be updated.

getEventThreatDetectionCustomModule

Required. The module being updated.

Returns
Type Description
Google\Cloud\SecurityCenter\V1\EventThreatDetectionCustomModule|null

hasEventThreatDetectionCustomModule

clearEventThreatDetectionCustomModule

setEventThreatDetectionCustomModule

Required. The module being updated.

Parameter
Name Description
var Google\Cloud\SecurityCenter\V1\EventThreatDetectionCustomModule
Returns
Type Description
$this

getUpdateMask

The list of fields to be updated.

If empty all mutable fields will be updated.

Returns
Type Description
Google\Protobuf\FieldMask|null

hasUpdateMask

clearUpdateMask

setUpdateMask

The list of fields to be updated.

If empty all mutable fields will be updated.

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

static::build

Parameters
Name Description
eventThreatDetectionCustomModule Google\Cloud\SecurityCenter\V1\EventThreatDetectionCustomModule

Required. The module being updated.

updateMask Google\Protobuf\FieldMask

The list of fields to be updated. If empty all mutable fields will be updated.

Returns
Type Description
Google\Cloud\SecurityCenter\V1\UpdateEventThreatDetectionCustomModuleRequest