Google Cloud Security Center Management V1 Client - Class ValidateEventThreatDetectionCustomModuleResponse (1.0.0)

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

Response to validating an Event Threat Detection custom module.

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

Namespace

Google \ Cloud \ SecurityCenterManagement \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ errors array<Google\Cloud\SecurityCenterManagement\V1\ValidateEventThreatDetectionCustomModuleResponse\CustomModuleValidationError>

A list of errors returned by the validator. If the list is empty, there were no errors.

getErrors

A list of errors returned by the validator. If the list is empty, there were no errors.

Returns
Type Description
Google\Protobuf\Internal\RepeatedField

setErrors

A list of errors returned by the validator. If the list is empty, there were no errors.

Parameter
Name Description
var array<Google\Cloud\SecurityCenterManagement\V1\ValidateEventThreatDetectionCustomModuleResponse\CustomModuleValidationError>
Returns
Type Description
$this