Class InputTableValidationErrorList.Builder
java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<BuilderT>
com.google.protobuf.GeneratedMessage.Builder<InputTableValidationErrorList.Builder>
io.deephaven.proto.backplane.grpc.InputTableValidationErrorList.Builder
- All Implemented Interfaces:
com.google.protobuf.Message.Builder,com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,InputTableValidationErrorListOrBuilder,Cloneable
- Enclosing class:
- InputTableValidationErrorList
public static final class InputTableValidationErrorList.Builder
extends com.google.protobuf.GeneratedMessage.Builder<InputTableValidationErrorList.Builder>
implements InputTableValidationErrorListOrBuilder
A list of validation errors encountered when processing an AddTableRequest or DeleteTableRequest. This message is not directly used in the service definition, but may be packed in the headers of error responses using a googlerpc status.Protobuf type
io.deephaven.proto.backplane.grpc.InputTableValidationErrorList-
Method Summary
Modifier and TypeMethodDescriptionaddAllValidationErrors(Iterable<? extends InputTableValidationError> values) The errors encountered when processing the request.addValidationErrors(int index, InputTableValidationError value) The errors encountered when processing the request.addValidationErrors(int index, InputTableValidationError.Builder builderForValue) The errors encountered when processing the request.The errors encountered when processing the request.addValidationErrors(InputTableValidationError.Builder builderForValue) The errors encountered when processing the request.The errors encountered when processing the request.addValidationErrorsBuilder(int index) The errors encountered when processing the request.build()clear()The errors encountered when processing the request.static final com.google.protobuf.Descriptors.Descriptorcom.google.protobuf.Descriptors.DescriptorgetValidationErrors(int index) The errors encountered when processing the request.getValidationErrorsBuilder(int index) The errors encountered when processing the request.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.protected com.google.protobuf.GeneratedMessage.FieldAccessorTablefinal booleanmergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) mergeFrom(com.google.protobuf.Message other) removeValidationErrors(int index) The errors encountered when processing the request.setValidationErrors(int index, InputTableValidationError value) The errors encountered when processing the request.setValidationErrors(int index, InputTableValidationError.Builder builderForValue) The errors encountered when processing the request.Methods inherited from class com.google.protobuf.GeneratedMessage.Builder
addRepeatedField, clearField, clearOneof, clone, getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, internalGetMutableMapField, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownFields, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setField, setRepeatedField, setUnknownFields, setUnknownFieldSetBuilder, setUnknownFieldsProto3Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringMethods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageExceptionMethods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface com.google.protobuf.Message.Builder
mergeDelimitedFrom, mergeDelimitedFromMethods inherited from interface com.google.protobuf.MessageLite.Builder
mergeFromMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() -
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()- Specified by:
internalGetFieldAccessorTablein classcom.google.protobuf.GeneratedMessage.Builder<InputTableValidationErrorList.Builder>
-
clear
- Specified by:
clearin interfacecom.google.protobuf.Message.Builder- Specified by:
clearin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
clearin classcom.google.protobuf.GeneratedMessage.Builder<InputTableValidationErrorList.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.Message.Builder- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.MessageOrBuilder- Overrides:
getDescriptorForTypein classcom.google.protobuf.GeneratedMessage.Builder<InputTableValidationErrorList.Builder>
-
getDefaultInstanceForType
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-
build
- Specified by:
buildin interfacecom.google.protobuf.Message.Builder- Specified by:
buildin interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
- Specified by:
buildPartialin interfacecom.google.protobuf.Message.Builder- Specified by:
buildPartialin interfacecom.google.protobuf.MessageLite.Builder
-
mergeFrom
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<InputTableValidationErrorList.Builder>
-
mergeFrom
-
isInitialized
public final boolean isInitialized()- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessage.Builder<InputTableValidationErrorList.Builder>
-
mergeFrom
public InputTableValidationErrorList.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException - Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Specified by:
mergeFromin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<InputTableValidationErrorList.Builder>- Throws:
IOException
-
getValidationErrorsList
The errors encountered when processing the request.
repeated .io.deephaven.proto.backplane.grpc.InputTableValidationError validation_errors = 1;- Specified by:
getValidationErrorsListin interfaceInputTableValidationErrorListOrBuilder
-
getValidationErrorsCount
public int getValidationErrorsCount()The errors encountered when processing the request.
repeated .io.deephaven.proto.backplane.grpc.InputTableValidationError validation_errors = 1;- Specified by:
getValidationErrorsCountin interfaceInputTableValidationErrorListOrBuilder
-
getValidationErrors
The errors encountered when processing the request.
repeated .io.deephaven.proto.backplane.grpc.InputTableValidationError validation_errors = 1;- Specified by:
getValidationErrorsin interfaceInputTableValidationErrorListOrBuilder
-
setValidationErrors
public InputTableValidationErrorList.Builder setValidationErrors(int index, InputTableValidationError value) The errors encountered when processing the request.
repeated .io.deephaven.proto.backplane.grpc.InputTableValidationError validation_errors = 1; -
setValidationErrors
public InputTableValidationErrorList.Builder setValidationErrors(int index, InputTableValidationError.Builder builderForValue) The errors encountered when processing the request.
repeated .io.deephaven.proto.backplane.grpc.InputTableValidationError validation_errors = 1; -
addValidationErrors
The errors encountered when processing the request.
repeated .io.deephaven.proto.backplane.grpc.InputTableValidationError validation_errors = 1; -
addValidationErrors
public InputTableValidationErrorList.Builder addValidationErrors(int index, InputTableValidationError value) The errors encountered when processing the request.
repeated .io.deephaven.proto.backplane.grpc.InputTableValidationError validation_errors = 1; -
addValidationErrors
public InputTableValidationErrorList.Builder addValidationErrors(InputTableValidationError.Builder builderForValue) The errors encountered when processing the request.
repeated .io.deephaven.proto.backplane.grpc.InputTableValidationError validation_errors = 1; -
addValidationErrors
public InputTableValidationErrorList.Builder addValidationErrors(int index, InputTableValidationError.Builder builderForValue) The errors encountered when processing the request.
repeated .io.deephaven.proto.backplane.grpc.InputTableValidationError validation_errors = 1; -
addAllValidationErrors
public InputTableValidationErrorList.Builder addAllValidationErrors(Iterable<? extends InputTableValidationError> values) The errors encountered when processing the request.
repeated .io.deephaven.proto.backplane.grpc.InputTableValidationError validation_errors = 1; -
clearValidationErrors
The errors encountered when processing the request.
repeated .io.deephaven.proto.backplane.grpc.InputTableValidationError validation_errors = 1; -
removeValidationErrors
The errors encountered when processing the request.
repeated .io.deephaven.proto.backplane.grpc.InputTableValidationError validation_errors = 1; -
getValidationErrorsBuilder
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;- Specified by:
getValidationErrorsOrBuilderin interfaceInputTableValidationErrorListOrBuilder
-
getValidationErrorsOrBuilderList
The errors encountered when processing the request.
repeated .io.deephaven.proto.backplane.grpc.InputTableValidationError validation_errors = 1;- Specified by:
getValidationErrorsOrBuilderListin interfaceInputTableValidationErrorListOrBuilder
-
addValidationErrorsBuilder
The errors encountered when processing the request.
repeated .io.deephaven.proto.backplane.grpc.InputTableValidationError validation_errors = 1; -
addValidationErrorsBuilder
The errors encountered when processing the request.
repeated .io.deephaven.proto.backplane.grpc.InputTableValidationError validation_errors = 1; -
getValidationErrorsBuilderList
The errors encountered when processing the request.
repeated .io.deephaven.proto.backplane.grpc.InputTableValidationError validation_errors = 1;
-