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

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
NameDescription
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
TypeDescription
Google\Cloud\SecurityCenter\V1\SecurityHealthAnalyticsCustomModule|null

hasSecurityHealthAnalyticsCustomModule

clearSecurityHealthAnalyticsCustomModule

setSecurityHealthAnalyticsCustomModule

Required. The SecurityHealthAnalytics custom module to update.

Parameter
NameDescription
var Google\Cloud\SecurityCenter\V1\SecurityHealthAnalyticsCustomModule
Returns
TypeDescription
$this

getUpdateMask

The list of fields to update.

Returns
TypeDescription
Google\Protobuf\FieldMask|null

hasUpdateMask

clearUpdateMask

setUpdateMask

The list of fields to update.

Parameter
NameDescription
var Google\Protobuf\FieldMask
Returns
TypeDescription
$this

static::build

Parameters
NameDescription
securityHealthAnalyticsCustomModule Google\Cloud\SecurityCenter\V1\SecurityHealthAnalyticsCustomModule

Required. The SecurityHealthAnalytics custom module to update.

updateMask Google\Protobuf\FieldMask

The list of fields to update.

Returns
TypeDescription
Google\Cloud\SecurityCenter\V1\UpdateSecurityHealthAnalyticsCustomModuleRequest