Google Cloud Security Center Management V1 Client - Class UpdateSecurityHealthAnalyticsCustomModuleRequest (1.1.1)

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

Request message for SecurityCenterManagement.UpdateSecurityHealthAnalyticsCustomModule.

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

Namespace

Google \ Cloud \ SecurityCenterManagement \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ update_mask Google\Protobuf\FieldMask

Required. The fields to update. The following values are valid: * * custom_config * * enablement_state If you omit this field or set it to the wildcard value *, then all eligible fields are updated.

↳ security_health_analytics_custom_module SecurityHealthAnalyticsCustomModule

Required. The resource being updated.

↳ validate_only bool

Optional. When set to true, the request will be validated (including IAM checks), but no module will be updated. An OK response indicates that the request is valid, while an error response indicates that the request is invalid. If the request is valid, a subsequent request to update the module could still fail for one of the following reasons: * * The state of your cloud resources changed; for example, you lost a required IAM permission * * An error occurred during creation of the module Defaults to false.

getUpdateMask

Required. The fields to update. The following values are valid:

  • custom_config
  • enablement_state If you omit this field or set it to the wildcard value *, then all eligible fields are updated.
Returns
Type Description
Google\Protobuf\FieldMask|null

hasUpdateMask

clearUpdateMask

setUpdateMask

Required. The fields to update. The following values are valid:

  • custom_config
  • enablement_state If you omit this field or set it to the wildcard value *, then all eligible fields are updated.
Parameter
Name Description
var Google\Protobuf\FieldMask
Returns
Type Description
$this

getSecurityHealthAnalyticsCustomModule

Required. The resource being updated.

Returns
Type Description
SecurityHealthAnalyticsCustomModule|null

hasSecurityHealthAnalyticsCustomModule

clearSecurityHealthAnalyticsCustomModule

setSecurityHealthAnalyticsCustomModule

Required. The resource being updated.

Parameter
Name Description
var SecurityHealthAnalyticsCustomModule
Returns
Type Description
$this

getValidateOnly

Optional. When set to true, the request will be validated (including IAM checks), but no module will be updated. An OK response indicates that the request is valid, while an error response indicates that the request is invalid.

If the request is valid, a subsequent request to update the module could still fail for one of the following reasons:

  • The state of your cloud resources changed; for example, you lost a required IAM permission
  • An error occurred during creation of the module Defaults to false.
Returns
Type Description
bool

setValidateOnly

Optional. When set to true, the request will be validated (including IAM checks), but no module will be updated. An OK response indicates that the request is valid, while an error response indicates that the request is invalid.

If the request is valid, a subsequent request to update the module could still fail for one of the following reasons:

  • The state of your cloud resources changed; for example, you lost a required IAM permission
  • An error occurred during creation of the module Defaults to false.
Parameter
Name Description
var bool
Returns
Type Description
$this

static::build

Parameters
Name Description
securityHealthAnalyticsCustomModule SecurityHealthAnalyticsCustomModule

Required. The resource being updated.

updateMask Google\Protobuf\FieldMask

Required. The fields to update. The following values are valid:

    • custom_config
    • enablement_state

If you omit this field or set it to the wildcard value *, then all eligible fields are updated.

Returns
Type Description
UpdateSecurityHealthAnalyticsCustomModuleRequest