Interface InputTableValidationErrorListOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
InputTableValidationErrorList, InputTableValidationErrorList.Builder

@Generated public interface InputTableValidationErrorListOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getValidationErrorsList

      List<InputTableValidationError> getValidationErrorsList()
       The errors encountered when processing the request.
       
      repeated .io.deephaven.proto.backplane.grpc.InputTableValidationError validation_errors = 1;
    • getValidationErrors

      InputTableValidationError getValidationErrors(int index)
       The errors encountered when processing the request.
       
      repeated .io.deephaven.proto.backplane.grpc.InputTableValidationError validation_errors = 1;
    • getValidationErrorsCount

      int getValidationErrorsCount()
       The errors encountered when processing the request.
       
      repeated .io.deephaven.proto.backplane.grpc.InputTableValidationError validation_errors = 1;
    • getValidationErrorsOrBuilderList

      List<? extends InputTableValidationErrorOrBuilder> getValidationErrorsOrBuilderList()
       The errors encountered when processing the request.
       
      repeated .io.deephaven.proto.backplane.grpc.InputTableValidationError validation_errors = 1;
    • getValidationErrorsOrBuilder

      InputTableValidationErrorOrBuilder getValidationErrorsOrBuilder(int index)
       The errors encountered when processing the request.
       
      repeated .io.deephaven.proto.backplane.grpc.InputTableValidationError validation_errors = 1;