public interface ValidateEventThreatDetectionCustomModuleResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
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. |