Interface ValidateEventThreatDetectionCustomModuleResponseOrBuilder (2.57.0)

public interface ValidateEventThreatDetectionCustomModuleResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getErrors()

public abstract CustomModuleValidationErrors getErrors()

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

.google.cloud.securitycenter.v1.CustomModuleValidationErrors errors = 2;

Returns
Type Description
CustomModuleValidationErrors

The errors.

getErrorsOrBuilder()

public abstract CustomModuleValidationErrorsOrBuilder getErrorsOrBuilder()

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

.google.cloud.securitycenter.v1.CustomModuleValidationErrors errors = 2;

Returns
Type Description
CustomModuleValidationErrorsOrBuilder

hasErrors()

public abstract boolean hasErrors()

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

.google.cloud.securitycenter.v1.CustomModuleValidationErrors errors = 2;

Returns
Type Description
boolean

Whether the errors field is set.