Class InputTableValidationError.Builder
java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<BuilderT>
com.google.protobuf.GeneratedMessage.Builder<InputTableValidationError.Builder>
io.deephaven.proto.backplane.grpc.InputTableValidationError.Builder
- All Implemented Interfaces:
com.google.protobuf.Message.Builder,com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,InputTableValidationErrorOrBuilder,Cloneable
- Enclosing class:
- InputTableValidationError
public static final class InputTableValidationError.Builder
extends com.google.protobuf.GeneratedMessage.Builder<InputTableValidationError.Builder>
implements InputTableValidationErrorOrBuilder
An error indicating invalid values were passed to AddTableRequest, optionally annotated with the input row and column that caused the error.Protobuf type
io.deephaven.proto.backplane.grpc.InputTableValidationError-
Method Summary
Modifier and TypeMethodDescriptionbuild()clear()the column name in the table_to_add that caused this error, not present when unknownthe error messageclearRow()the row position in the table_to_add that caused this error, not present when unknownthe column name in the table_to_add that caused this error, not present when unknowncom.google.protobuf.ByteStringthe column name in the table_to_add that caused this error, not present when unknownstatic final com.google.protobuf.Descriptors.Descriptorcom.google.protobuf.Descriptors.Descriptorthe error messagecom.google.protobuf.ByteStringthe error messagelonggetRow()the row position in the table_to_add that caused this error, not present when unknownbooleanthe column name in the table_to_add that caused this error, not present when unknownbooleanhasRow()the row position in the table_to_add that caused this error, not present when unknownprotected com.google.protobuf.GeneratedMessage.FieldAccessorTablefinal booleanmergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) mergeFrom(com.google.protobuf.Message other) the column name in the table_to_add that caused this error, not present when unknownsetColumnBytes(com.google.protobuf.ByteString value) the column name in the table_to_add that caused this error, not present when unknownsetMessage(String value) the error messagesetMessageBytes(com.google.protobuf.ByteString value) the error messagesetRow(long value) the row position in the table_to_add that caused this error, not present when unknownMethods 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<InputTableValidationError.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<InputTableValidationError.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<InputTableValidationError.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<InputTableValidationError.Builder>
-
mergeFrom
-
isInitialized
public final boolean isInitialized()- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessage.Builder<InputTableValidationError.Builder>
-
mergeFrom
public InputTableValidationError.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<InputTableValidationError.Builder>- Throws:
IOException
-
getMessage
the error message
string message = 1;- Specified by:
getMessagein interfaceInputTableValidationErrorOrBuilder- Returns:
- The message.
-
getMessageBytes
public com.google.protobuf.ByteString getMessageBytes()the error message
string message = 1;- Specified by:
getMessageBytesin interfaceInputTableValidationErrorOrBuilder- Returns:
- The bytes for message.
-
setMessage
the error message
string message = 1;- Parameters:
value- The message to set.- Returns:
- This builder for chaining.
-
clearMessage
the error message
string message = 1;- Returns:
- This builder for chaining.
-
setMessageBytes
the error message
string message = 1;- Parameters:
value- The bytes for message to set.- Returns:
- This builder for chaining.
-
hasRow
public boolean hasRow()the row position in the table_to_add that caused this error, not present when unknown
optional int64 row = 2;- Specified by:
hasRowin interfaceInputTableValidationErrorOrBuilder- Returns:
- Whether the row field is set.
-
getRow
public long getRow()the row position in the table_to_add that caused this error, not present when unknown
optional int64 row = 2;- Specified by:
getRowin interfaceInputTableValidationErrorOrBuilder- Returns:
- The row.
-
setRow
the row position in the table_to_add that caused this error, not present when unknown
optional int64 row = 2;- Parameters:
value- The row to set.- Returns:
- This builder for chaining.
-
clearRow
the row position in the table_to_add that caused this error, not present when unknown
optional int64 row = 2;- Returns:
- This builder for chaining.
-
hasColumn
public boolean hasColumn()the column name in the table_to_add that caused this error, not present when unknown
optional string column = 3;- Specified by:
hasColumnin interfaceInputTableValidationErrorOrBuilder- Returns:
- Whether the column field is set.
-
getColumn
the column name in the table_to_add that caused this error, not present when unknown
optional string column = 3;- Specified by:
getColumnin interfaceInputTableValidationErrorOrBuilder- Returns:
- The column.
-
getColumnBytes
public com.google.protobuf.ByteString getColumnBytes()the column name in the table_to_add that caused this error, not present when unknown
optional string column = 3;- Specified by:
getColumnBytesin interfaceInputTableValidationErrorOrBuilder- Returns:
- The bytes for column.
-
setColumn
the column name in the table_to_add that caused this error, not present when unknown
optional string column = 3;- Parameters:
value- The column to set.- Returns:
- This builder for chaining.
-
clearColumn
the column name in the table_to_add that caused this error, not present when unknown
optional string column = 3;- Returns:
- This builder for chaining.
-
setColumnBytes
the column name in the table_to_add that caused this error, not present when unknown
optional string column = 3;- Parameters:
value- The bytes for column to set.- Returns:
- This builder for chaining.
-