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

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 be updated. The only fields that can be updated are enablement_state and custom_config. If empty or set to the wildcard value *, both enablement_state and custom_config are updated.

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 be updated. The only fields that can be updated are enablement_state and custom_config. If empty or set to the wildcard value *, both enablement_state and custom_config are updated.

Returns
Type Description
Google\Protobuf\FieldMask|null

hasUpdateMask

clearUpdateMask

setUpdateMask

The list of fields to be updated. The only fields that can be updated are enablement_state and custom_config. If empty or set to the wildcard value *, both enablement_state and custom_config are updated.

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 be updated. The only fields that can be updated are enablement_state and custom_config. If empty or set to the wildcard value *, both enablement_state and custom_config are updated.

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