Google Cloud Security Command Center V1 Client - Class CustomModuleValidationErrors (1.30.0)

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

A list of zero or more errors encountered while validating the uploaded configuration of an Event Threat Detection Custom Module.

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

Namespace

Google \ Cloud \ SecurityCenter \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ errors array<Google\Cloud\SecurityCenter\V1\CustomModuleValidationError>

getErrors

Generated from protobuf field repeated .google.cloud.securitycenter.v1.CustomModuleValidationError errors = 1;

Returns
Type Description
Google\Protobuf\Internal\RepeatedField

setErrors

Generated from protobuf field repeated .google.cloud.securitycenter.v1.CustomModuleValidationError errors = 1;

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