Class AjRajTablesRequest.Builder

java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<BuilderT>
com.google.protobuf.GeneratedMessageV3.Builder<AjRajTablesRequest.Builder>
io.deephaven.proto.backplane.grpc.AjRajTablesRequest.Builder
All Implemented Interfaces:
com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, AjRajTablesRequestOrBuilder, Cloneable
Enclosing class:
AjRajTablesRequest

public static final class AjRajTablesRequest.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<AjRajTablesRequest.Builder> implements AjRajTablesRequestOrBuilder
Protobuf type io.deephaven.proto.backplane.grpc.AjRajTablesRequest
  • Method Details

    • getDescriptor

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

      protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
      Specified by:
      internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<AjRajTablesRequest.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.GeneratedMessageV3.Builder<AjRajTablesRequest.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.GeneratedMessageV3.Builder<AjRajTablesRequest.Builder>
    • getDefaultInstanceForType

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

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

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

      Specified by:
      clone in interface com.google.protobuf.Message.Builder
      Specified by:
      clone in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      clone in class com.google.protobuf.GeneratedMessageV3.Builder<AjRajTablesRequest.Builder>
    • setField

      public AjRajTablesRequest.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
      Specified by:
      setField in interface com.google.protobuf.Message.Builder
      Overrides:
      setField in class com.google.protobuf.GeneratedMessageV3.Builder<AjRajTablesRequest.Builder>
    • clearField

      public AjRajTablesRequest.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
      Specified by:
      clearField in interface com.google.protobuf.Message.Builder
      Overrides:
      clearField in class com.google.protobuf.GeneratedMessageV3.Builder<AjRajTablesRequest.Builder>
    • clearOneof

      public AjRajTablesRequest.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
      Specified by:
      clearOneof in interface com.google.protobuf.Message.Builder
      Overrides:
      clearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<AjRajTablesRequest.Builder>
    • setRepeatedField

      public AjRajTablesRequest.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
      Specified by:
      setRepeatedField in interface com.google.protobuf.Message.Builder
      Overrides:
      setRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<AjRajTablesRequest.Builder>
    • addRepeatedField

      public AjRajTablesRequest.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
      Specified by:
      addRepeatedField in interface com.google.protobuf.Message.Builder
      Overrides:
      addRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<AjRajTablesRequest.Builder>
    • mergeFrom

      public AjRajTablesRequest.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<AjRajTablesRequest.Builder>
    • mergeFrom

    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
      Overrides:
      isInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<AjRajTablesRequest.Builder>
    • mergeFrom

      public AjRajTablesRequest.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<AjRajTablesRequest.Builder>
      Throws:
      IOException
    • hasResultId

      public boolean hasResultId()
      .io.deephaven.proto.backplane.grpc.Ticket result_id = 1;
      Specified by:
      hasResultId in interface AjRajTablesRequestOrBuilder
      Returns:
      Whether the resultId field is set.
    • getResultId

      public Ticket getResultId()
      .io.deephaven.proto.backplane.grpc.Ticket result_id = 1;
      Specified by:
      getResultId in interface AjRajTablesRequestOrBuilder
      Returns:
      The resultId.
    • setResultId

      public AjRajTablesRequest.Builder setResultId(Ticket value)
      .io.deephaven.proto.backplane.grpc.Ticket result_id = 1;
    • setResultId

      public AjRajTablesRequest.Builder setResultId(Ticket.Builder builderForValue)
      .io.deephaven.proto.backplane.grpc.Ticket result_id = 1;
    • mergeResultId

      public AjRajTablesRequest.Builder mergeResultId(Ticket value)
      .io.deephaven.proto.backplane.grpc.Ticket result_id = 1;
    • clearResultId

      public AjRajTablesRequest.Builder clearResultId()
      .io.deephaven.proto.backplane.grpc.Ticket result_id = 1;
    • getResultIdBuilder

      public Ticket.Builder getResultIdBuilder()
      .io.deephaven.proto.backplane.grpc.Ticket result_id = 1;
    • getResultIdOrBuilder

      public TicketOrBuilder getResultIdOrBuilder()
      .io.deephaven.proto.backplane.grpc.Ticket result_id = 1;
      Specified by:
      getResultIdOrBuilder in interface AjRajTablesRequestOrBuilder
    • hasLeftId

      public boolean hasLeftId()
      .io.deephaven.proto.backplane.grpc.TableReference left_id = 2;
      Specified by:
      hasLeftId in interface AjRajTablesRequestOrBuilder
      Returns:
      Whether the leftId field is set.
    • getLeftId

      public TableReference getLeftId()
      .io.deephaven.proto.backplane.grpc.TableReference left_id = 2;
      Specified by:
      getLeftId in interface AjRajTablesRequestOrBuilder
      Returns:
      The leftId.
    • setLeftId

      public AjRajTablesRequest.Builder setLeftId(TableReference value)
      .io.deephaven.proto.backplane.grpc.TableReference left_id = 2;
    • setLeftId

      public AjRajTablesRequest.Builder setLeftId(TableReference.Builder builderForValue)
      .io.deephaven.proto.backplane.grpc.TableReference left_id = 2;
    • mergeLeftId

      public AjRajTablesRequest.Builder mergeLeftId(TableReference value)
      .io.deephaven.proto.backplane.grpc.TableReference left_id = 2;
    • clearLeftId

      public AjRajTablesRequest.Builder clearLeftId()
      .io.deephaven.proto.backplane.grpc.TableReference left_id = 2;
    • getLeftIdBuilder

      public TableReference.Builder getLeftIdBuilder()
      .io.deephaven.proto.backplane.grpc.TableReference left_id = 2;
    • getLeftIdOrBuilder

      public TableReferenceOrBuilder getLeftIdOrBuilder()
      .io.deephaven.proto.backplane.grpc.TableReference left_id = 2;
      Specified by:
      getLeftIdOrBuilder in interface AjRajTablesRequestOrBuilder
    • hasRightId

      public boolean hasRightId()
      .io.deephaven.proto.backplane.grpc.TableReference right_id = 3;
      Specified by:
      hasRightId in interface AjRajTablesRequestOrBuilder
      Returns:
      Whether the rightId field is set.
    • getRightId

      public TableReference getRightId()
      .io.deephaven.proto.backplane.grpc.TableReference right_id = 3;
      Specified by:
      getRightId in interface AjRajTablesRequestOrBuilder
      Returns:
      The rightId.
    • setRightId

      public AjRajTablesRequest.Builder setRightId(TableReference value)
      .io.deephaven.proto.backplane.grpc.TableReference right_id = 3;
    • setRightId

      public AjRajTablesRequest.Builder setRightId(TableReference.Builder builderForValue)
      .io.deephaven.proto.backplane.grpc.TableReference right_id = 3;
    • mergeRightId

      public AjRajTablesRequest.Builder mergeRightId(TableReference value)
      .io.deephaven.proto.backplane.grpc.TableReference right_id = 3;
    • clearRightId

      public AjRajTablesRequest.Builder clearRightId()
      .io.deephaven.proto.backplane.grpc.TableReference right_id = 3;
    • getRightIdBuilder

      public TableReference.Builder getRightIdBuilder()
      .io.deephaven.proto.backplane.grpc.TableReference right_id = 3;
    • getRightIdOrBuilder

      public TableReferenceOrBuilder getRightIdOrBuilder()
      .io.deephaven.proto.backplane.grpc.TableReference right_id = 3;
      Specified by:
      getRightIdOrBuilder in interface AjRajTablesRequestOrBuilder
    • getExactMatchColumnsList

      public com.google.protobuf.ProtocolStringList getExactMatchColumnsList()
      repeated string exact_match_columns = 4;
      Specified by:
      getExactMatchColumnsList in interface AjRajTablesRequestOrBuilder
      Returns:
      A list containing the exactMatchColumns.
    • getExactMatchColumnsCount

      public int getExactMatchColumnsCount()
      repeated string exact_match_columns = 4;
      Specified by:
      getExactMatchColumnsCount in interface AjRajTablesRequestOrBuilder
      Returns:
      The count of exactMatchColumns.
    • getExactMatchColumns

      public String getExactMatchColumns(int index)
      repeated string exact_match_columns = 4;
      Specified by:
      getExactMatchColumns in interface AjRajTablesRequestOrBuilder
      Parameters:
      index - The index of the element to return.
      Returns:
      The exactMatchColumns at the given index.
    • getExactMatchColumnsBytes

      public com.google.protobuf.ByteString getExactMatchColumnsBytes(int index)
      repeated string exact_match_columns = 4;
      Specified by:
      getExactMatchColumnsBytes in interface AjRajTablesRequestOrBuilder
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the exactMatchColumns at the given index.
    • setExactMatchColumns

      public AjRajTablesRequest.Builder setExactMatchColumns(int index, String value)
      repeated string exact_match_columns = 4;
      Parameters:
      index - The index to set the value at.
      value - The exactMatchColumns to set.
      Returns:
      This builder for chaining.
    • addExactMatchColumns

      public AjRajTablesRequest.Builder addExactMatchColumns(String value)
      repeated string exact_match_columns = 4;
      Parameters:
      value - The exactMatchColumns to add.
      Returns:
      This builder for chaining.
    • addAllExactMatchColumns

      public AjRajTablesRequest.Builder addAllExactMatchColumns(Iterable<String> values)
      repeated string exact_match_columns = 4;
      Parameters:
      values - The exactMatchColumns to add.
      Returns:
      This builder for chaining.
    • clearExactMatchColumns

      public AjRajTablesRequest.Builder clearExactMatchColumns()
      repeated string exact_match_columns = 4;
      Returns:
      This builder for chaining.
    • addExactMatchColumnsBytes

      public AjRajTablesRequest.Builder addExactMatchColumnsBytes(com.google.protobuf.ByteString value)
      repeated string exact_match_columns = 4;
      Parameters:
      value - The bytes of the exactMatchColumns to add.
      Returns:
      This builder for chaining.
    • getAsOfColumn

      public String getAsOfColumn()
       This is a comparison expression for the inexact as-of join match. In the case of an as-of join (aj), the comparison
       operator can be either ">=" or ">"; for example, "Foo>=Bar" or "Foo>Bar". In the case of a reverse-as-of join (raj),
       the comparison operator can be either "<=" or "<"; for example, "Foo<=Bar" or "Foo<Bar". In the case where the
       column name exists in both tables, the single column name can be used and it will inherit the default comparison
       operator: in the aj case, "Foo" is equivalent to "Foo>=Foo"; in the raj case, "Foo" is equivalent to "Foo<=Foo".
       
      string as_of_column = 5;
      Specified by:
      getAsOfColumn in interface AjRajTablesRequestOrBuilder
      Returns:
      The asOfColumn.
    • getAsOfColumnBytes

      public com.google.protobuf.ByteString getAsOfColumnBytes()
       This is a comparison expression for the inexact as-of join match. In the case of an as-of join (aj), the comparison
       operator can be either ">=" or ">"; for example, "Foo>=Bar" or "Foo>Bar". In the case of a reverse-as-of join (raj),
       the comparison operator can be either "<=" or "<"; for example, "Foo<=Bar" or "Foo<Bar". In the case where the
       column name exists in both tables, the single column name can be used and it will inherit the default comparison
       operator: in the aj case, "Foo" is equivalent to "Foo>=Foo"; in the raj case, "Foo" is equivalent to "Foo<=Foo".
       
      string as_of_column = 5;
      Specified by:
      getAsOfColumnBytes in interface AjRajTablesRequestOrBuilder
      Returns:
      The bytes for asOfColumn.
    • setAsOfColumn

      public AjRajTablesRequest.Builder setAsOfColumn(String value)
       This is a comparison expression for the inexact as-of join match. In the case of an as-of join (aj), the comparison
       operator can be either ">=" or ">"; for example, "Foo>=Bar" or "Foo>Bar". In the case of a reverse-as-of join (raj),
       the comparison operator can be either "<=" or "<"; for example, "Foo<=Bar" or "Foo<Bar". In the case where the
       column name exists in both tables, the single column name can be used and it will inherit the default comparison
       operator: in the aj case, "Foo" is equivalent to "Foo>=Foo"; in the raj case, "Foo" is equivalent to "Foo<=Foo".
       
      string as_of_column = 5;
      Parameters:
      value - The asOfColumn to set.
      Returns:
      This builder for chaining.
    • clearAsOfColumn

      public AjRajTablesRequest.Builder clearAsOfColumn()
       This is a comparison expression for the inexact as-of join match. In the case of an as-of join (aj), the comparison
       operator can be either ">=" or ">"; for example, "Foo>=Bar" or "Foo>Bar". In the case of a reverse-as-of join (raj),
       the comparison operator can be either "<=" or "<"; for example, "Foo<=Bar" or "Foo<Bar". In the case where the
       column name exists in both tables, the single column name can be used and it will inherit the default comparison
       operator: in the aj case, "Foo" is equivalent to "Foo>=Foo"; in the raj case, "Foo" is equivalent to "Foo<=Foo".
       
      string as_of_column = 5;
      Returns:
      This builder for chaining.
    • setAsOfColumnBytes

      public AjRajTablesRequest.Builder setAsOfColumnBytes(com.google.protobuf.ByteString value)
       This is a comparison expression for the inexact as-of join match. In the case of an as-of join (aj), the comparison
       operator can be either ">=" or ">"; for example, "Foo>=Bar" or "Foo>Bar". In the case of a reverse-as-of join (raj),
       the comparison operator can be either "<=" or "<"; for example, "Foo<=Bar" or "Foo<Bar". In the case where the
       column name exists in both tables, the single column name can be used and it will inherit the default comparison
       operator: in the aj case, "Foo" is equivalent to "Foo>=Foo"; in the raj case, "Foo" is equivalent to "Foo<=Foo".
       
      string as_of_column = 5;
      Parameters:
      value - The bytes for asOfColumn to set.
      Returns:
      This builder for chaining.
    • getColumnsToAddList

      public com.google.protobuf.ProtocolStringList getColumnsToAddList()
      repeated string columns_to_add = 6;
      Specified by:
      getColumnsToAddList in interface AjRajTablesRequestOrBuilder
      Returns:
      A list containing the columnsToAdd.
    • getColumnsToAddCount

      public int getColumnsToAddCount()
      repeated string columns_to_add = 6;
      Specified by:
      getColumnsToAddCount in interface AjRajTablesRequestOrBuilder
      Returns:
      The count of columnsToAdd.
    • getColumnsToAdd

      public String getColumnsToAdd(int index)
      repeated string columns_to_add = 6;
      Specified by:
      getColumnsToAdd in interface AjRajTablesRequestOrBuilder
      Parameters:
      index - The index of the element to return.
      Returns:
      The columnsToAdd at the given index.
    • getColumnsToAddBytes

      public com.google.protobuf.ByteString getColumnsToAddBytes(int index)
      repeated string columns_to_add = 6;
      Specified by:
      getColumnsToAddBytes in interface AjRajTablesRequestOrBuilder
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the columnsToAdd at the given index.
    • setColumnsToAdd

      public AjRajTablesRequest.Builder setColumnsToAdd(int index, String value)
      repeated string columns_to_add = 6;
      Parameters:
      index - The index to set the value at.
      value - The columnsToAdd to set.
      Returns:
      This builder for chaining.
    • addColumnsToAdd

      public AjRajTablesRequest.Builder addColumnsToAdd(String value)
      repeated string columns_to_add = 6;
      Parameters:
      value - The columnsToAdd to add.
      Returns:
      This builder for chaining.
    • addAllColumnsToAdd

      public AjRajTablesRequest.Builder addAllColumnsToAdd(Iterable<String> values)
      repeated string columns_to_add = 6;
      Parameters:
      values - The columnsToAdd to add.
      Returns:
      This builder for chaining.
    • clearColumnsToAdd

      public AjRajTablesRequest.Builder clearColumnsToAdd()
      repeated string columns_to_add = 6;
      Returns:
      This builder for chaining.
    • addColumnsToAddBytes

      public AjRajTablesRequest.Builder addColumnsToAddBytes(com.google.protobuf.ByteString value)
      repeated string columns_to_add = 6;
      Parameters:
      value - The bytes of the columnsToAdd to add.
      Returns:
      This builder for chaining.
    • setUnknownFields

      public final AjRajTablesRequest.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
      Specified by:
      setUnknownFields in interface com.google.protobuf.Message.Builder
      Overrides:
      setUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<AjRajTablesRequest.Builder>
    • mergeUnknownFields

      public final AjRajTablesRequest.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
      Specified by:
      mergeUnknownFields in interface com.google.protobuf.Message.Builder
      Overrides:
      mergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<AjRajTablesRequest.Builder>