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

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

Response to validating an Event Threat Detection custom module.

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

Namespace

Google \ Cloud \ SecurityCenter \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ errors Google\Cloud\SecurityCenter\V1\CustomModuleValidationErrors

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\Cloud\SecurityCenter\V1\CustomModuleValidationErrors|null

hasErrors

clearErrors

setErrors

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

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