Google Cloud Security Command Center V1 Client - Class UpdateSecurityHealthAnalyticsCustomModuleRequest (1.28.0)

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

Request message for updating Security Health Analytics custom modules.

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

Namespace

Google \ Cloud \ SecurityCenter \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ security_health_analytics_custom_module Google\Cloud\SecurityCenter\V1\SecurityHealthAnalyticsCustomModule

Required. The SecurityHealthAnalytics custom module to update.

↳ update_mask Google\Protobuf\FieldMask

The list of fields to update.

getSecurityHealthAnalyticsCustomModule

Required. The SecurityHealthAnalytics custom module to update.

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

hasSecurityHealthAnalyticsCustomModule

clearSecurityHealthAnalyticsCustomModule

setSecurityHealthAnalyticsCustomModule

Required. The SecurityHealthAnalytics custom module to update.

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

getUpdateMask

The list of fields to update.

Returns
Type Description
Google\Protobuf\FieldMask|null

hasUpdateMask

clearUpdateMask

setUpdateMask

The list of fields to update.

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

static::build

Parameters
Name Description
securityHealthAnalyticsCustomModule Google\Cloud\SecurityCenter\V1\SecurityHealthAnalyticsCustomModule

Required. The SecurityHealthAnalytics custom module to update.

updateMask Google\Protobuf\FieldMask

The list of fields to update.

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