public interface ValidateEventThreatDetectionCustomModuleResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getErrors(int index)
public abstract ValidateEventThreatDetectionCustomModuleResponse.CustomModuleValidationError getErrors(int index)A list of errors returned by the validator. If the list is empty, there were no errors.
 
 repeated .google.cloud.securitycentermanagement.v1.ValidateEventThreatDetectionCustomModuleResponse.CustomModuleValidationError errors = 2;
 
| Parameter | |
|---|---|
| Name | Description | 
| index | int | 
| Returns | |
|---|---|
| Type | Description | 
| ValidateEventThreatDetectionCustomModuleResponse.CustomModuleValidationError | |
getErrorsCount()
public abstract int getErrorsCount()A list of errors returned by the validator. If the list is empty, there were no errors.
 
 repeated .google.cloud.securitycentermanagement.v1.ValidateEventThreatDetectionCustomModuleResponse.CustomModuleValidationError errors = 2;
 
| Returns | |
|---|---|
| Type | Description | 
| int | |
getErrorsList()
public abstract List<ValidateEventThreatDetectionCustomModuleResponse.CustomModuleValidationError> getErrorsList()A list of errors returned by the validator. If the list is empty, there were no errors.
 
 repeated .google.cloud.securitycentermanagement.v1.ValidateEventThreatDetectionCustomModuleResponse.CustomModuleValidationError errors = 2;
 
| Returns | |
|---|---|
| Type | Description | 
| List<CustomModuleValidationError> | |
getErrorsOrBuilder(int index)
public abstract ValidateEventThreatDetectionCustomModuleResponse.CustomModuleValidationErrorOrBuilder getErrorsOrBuilder(int index)A list of errors returned by the validator. If the list is empty, there were no errors.
 
 repeated .google.cloud.securitycentermanagement.v1.ValidateEventThreatDetectionCustomModuleResponse.CustomModuleValidationError errors = 2;
 
| Parameter | |
|---|---|
| Name | Description | 
| index | int | 
| Returns | |
|---|---|
| Type | Description | 
| ValidateEventThreatDetectionCustomModuleResponse.CustomModuleValidationErrorOrBuilder | |
getErrorsOrBuilderList()
public abstract List<? extends ValidateEventThreatDetectionCustomModuleResponse.CustomModuleValidationErrorOrBuilder> getErrorsOrBuilderList()A list of errors returned by the validator. If the list is empty, there were no errors.
 
 repeated .google.cloud.securitycentermanagement.v1.ValidateEventThreatDetectionCustomModuleResponse.CustomModuleValidationError errors = 2;
 
| Returns | |
|---|---|
| Type | Description | 
| List<? extends com.google.cloud.securitycentermanagement.v1.ValidateEventThreatDetectionCustomModuleResponse.CustomModuleValidationErrorOrBuilder> | |