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

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

Response message for SecurityCenterManagement.ValidateEventThreatDetectionCustomModule.

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<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<ValidateEventThreatDetectionCustomModuleResponse\CustomModuleValidationError>
Returns
Type Description
$this