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 Details

    • getDescriptor

      public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    • internalGetFieldAccessorTable

      protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
      Specified by:
      internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessage.Builder<InputTableValidationError.Builder>
    • clear

      Specified by:
      clear in interface com.google.protobuf.Message.Builder
      Specified by:
      clear in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      clear in class com.google.protobuf.GeneratedMessage.Builder<InputTableValidationError.Builder>
    • getDescriptorForType

      public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
      Specified by:
      getDescriptorForType in interface com.google.protobuf.Message.Builder
      Specified by:
      getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
      Overrides:
      getDescriptorForType in class com.google.protobuf.GeneratedMessage.Builder<InputTableValidationError.Builder>
    • getDefaultInstanceForType

      public InputTableValidationError getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder
    • build

      public InputTableValidationError build()
      Specified by:
      build in interface com.google.protobuf.Message.Builder
      Specified by:
      build in interface com.google.protobuf.MessageLite.Builder
    • buildPartial

      public InputTableValidationError buildPartial()
      Specified by:
      buildPartial in interface com.google.protobuf.Message.Builder
      Specified by:
      buildPartial in interface com.google.protobuf.MessageLite.Builder
    • mergeFrom

      public InputTableValidationError.Builder mergeFrom(com.google.protobuf.Message other)
      Specified by:
      mergeFrom in interface com.google.protobuf.Message.Builder
      Overrides:
      mergeFrom in class com.google.protobuf.AbstractMessage.Builder<InputTableValidationError.Builder>
    • mergeFrom

    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
      Overrides:
      isInitialized in class com.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:
      mergeFrom in interface com.google.protobuf.Message.Builder
      Specified by:
      mergeFrom in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      mergeFrom in class com.google.protobuf.AbstractMessage.Builder<InputTableValidationError.Builder>
      Throws:
      IOException
    • getMessage

      public String getMessage()
       the error message
       
      string message = 1;
      Specified by:
      getMessage in interface InputTableValidationErrorOrBuilder
      Returns:
      The message.
    • getMessageBytes

      public com.google.protobuf.ByteString getMessageBytes()
       the error message
       
      string message = 1;
      Specified by:
      getMessageBytes in interface InputTableValidationErrorOrBuilder
      Returns:
      The bytes for message.
    • setMessage

      public InputTableValidationError.Builder setMessage(String value)
       the error message
       
      string message = 1;
      Parameters:
      value - The message to set.
      Returns:
      This builder for chaining.
    • clearMessage

      public InputTableValidationError.Builder clearMessage()
       the error message
       
      string message = 1;
      Returns:
      This builder for chaining.
    • setMessageBytes

      public InputTableValidationError.Builder setMessageBytes(com.google.protobuf.ByteString value)
       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:
      hasRow in interface InputTableValidationErrorOrBuilder
      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:
      getRow in interface InputTableValidationErrorOrBuilder
      Returns:
      The row.
    • setRow

      public InputTableValidationError.Builder setRow(long value)
       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:
      hasColumn in interface InputTableValidationErrorOrBuilder
      Returns:
      Whether the column field is set.
    • getColumn

      public String getColumn()
       the column name in the table_to_add that caused this error, not present when unknown
       
      optional string column = 3;
      Specified by:
      getColumn in interface InputTableValidationErrorOrBuilder
      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:
      getColumnBytes in interface InputTableValidationErrorOrBuilder
      Returns:
      The bytes for column.
    • setColumn

      public InputTableValidationError.Builder setColumn(String value)
       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

      public InputTableValidationError.Builder 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

      public InputTableValidationError.Builder setColumnBytes(com.google.protobuf.ByteString value)
       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.