Interface ValidateEventThreatDetectionCustomModuleResponseOrBuilder (0.5.0)

public interface ValidateEventThreatDetectionCustomModuleResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

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
NameDescription
indexint
Returns
TypeDescription
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
TypeDescription
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
TypeDescription
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
NameDescription
indexint
Returns
TypeDescription
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
TypeDescription
List<? extends com.google.cloud.securitycentermanagement.v1.ValidateEventThreatDetectionCustomModuleResponse.CustomModuleValidationErrorOrBuilder>