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 Summary
Modifier and TypeMethodDescriptiongetValidationErrors(int index) The errors encountered when processing the request.intThe errors encountered when processing the request.The errors encountered when processing the request.getValidationErrorsOrBuilder(int index) The errors encountered when processing the request.List<? extends InputTableValidationErrorOrBuilder>The errors encountered when processing the request.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getValidationErrorsList
List<InputTableValidationError> getValidationErrorsList()The errors encountered when processing the request.
repeated .io.deephaven.proto.backplane.grpc.InputTableValidationError validation_errors = 1; -
getValidationErrors
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
The errors encountered when processing the request.
repeated .io.deephaven.proto.backplane.grpc.InputTableValidationError validation_errors = 1;
-