Class AsOfJoinTablesRequest.Builder

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

public static final class AsOfJoinTablesRequest.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<AsOfJoinTablesRequest.Builder> implements AsOfJoinTablesRequestOrBuilder
Protobuf type io.deephaven.proto.backplane.grpc.AsOfJoinTablesRequest
  • 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<AsOfJoinTablesRequest.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<AsOfJoinTablesRequest.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<AsOfJoinTablesRequest.Builder>
    • getDefaultInstanceForType

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

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

      public AsOfJoinTablesRequest 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<AsOfJoinTablesRequest.Builder>
    • setField

      public AsOfJoinTablesRequest.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<AsOfJoinTablesRequest.Builder>
    • clearField

      public AsOfJoinTablesRequest.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<AsOfJoinTablesRequest.Builder>
    • clearOneof

      public AsOfJoinTablesRequest.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<AsOfJoinTablesRequest.Builder>
    • setRepeatedField

      public AsOfJoinTablesRequest.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<AsOfJoinTablesRequest.Builder>
    • addRepeatedField

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

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

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

      public boolean hasResultId()
      .io.deephaven.proto.backplane.grpc.Ticket result_id = 1;
      Specified by:
      hasResultId in interface AsOfJoinTablesRequestOrBuilder
      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 AsOfJoinTablesRequestOrBuilder
      Returns:
      The resultId.
    • setResultId

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

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

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

      public AsOfJoinTablesRequest.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 AsOfJoinTablesRequestOrBuilder
    • hasLeftId

      public boolean hasLeftId()
      .io.deephaven.proto.backplane.grpc.TableReference left_id = 2;
      Specified by:
      hasLeftId in interface AsOfJoinTablesRequestOrBuilder
      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 AsOfJoinTablesRequestOrBuilder
      Returns:
      The leftId.
    • setLeftId

      .io.deephaven.proto.backplane.grpc.TableReference left_id = 2;
    • setLeftId

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

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

      public AsOfJoinTablesRequest.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 AsOfJoinTablesRequestOrBuilder
    • hasRightId

      public boolean hasRightId()
      .io.deephaven.proto.backplane.grpc.TableReference right_id = 3;
      Specified by:
      hasRightId in interface AsOfJoinTablesRequestOrBuilder
      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 AsOfJoinTablesRequestOrBuilder
      Returns:
      The rightId.
    • setRightId

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

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

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

      public AsOfJoinTablesRequest.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 AsOfJoinTablesRequestOrBuilder
    • getColumnsToMatchList

      public com.google.protobuf.ProtocolStringList getColumnsToMatchList()
      repeated string columns_to_match = 4;
      Specified by:
      getColumnsToMatchList in interface AsOfJoinTablesRequestOrBuilder
      Returns:
      A list containing the columnsToMatch.
    • getColumnsToMatchCount

      public int getColumnsToMatchCount()
      repeated string columns_to_match = 4;
      Specified by:
      getColumnsToMatchCount in interface AsOfJoinTablesRequestOrBuilder
      Returns:
      The count of columnsToMatch.
    • getColumnsToMatch

      public String getColumnsToMatch(int index)
      repeated string columns_to_match = 4;
      Specified by:
      getColumnsToMatch in interface AsOfJoinTablesRequestOrBuilder
      Parameters:
      index - The index of the element to return.
      Returns:
      The columnsToMatch at the given index.
    • getColumnsToMatchBytes

      public com.google.protobuf.ByteString getColumnsToMatchBytes(int index)
      repeated string columns_to_match = 4;
      Specified by:
      getColumnsToMatchBytes in interface AsOfJoinTablesRequestOrBuilder
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the columnsToMatch at the given index.
    • setColumnsToMatch

      public AsOfJoinTablesRequest.Builder setColumnsToMatch(int index, String value)
      repeated string columns_to_match = 4;
      Parameters:
      index - The index to set the value at.
      value - The columnsToMatch to set.
      Returns:
      This builder for chaining.
    • addColumnsToMatch

      public AsOfJoinTablesRequest.Builder addColumnsToMatch(String value)
      repeated string columns_to_match = 4;
      Parameters:
      value - The columnsToMatch to add.
      Returns:
      This builder for chaining.
    • addAllColumnsToMatch

      public AsOfJoinTablesRequest.Builder addAllColumnsToMatch(Iterable<String> values)
      repeated string columns_to_match = 4;
      Parameters:
      values - The columnsToMatch to add.
      Returns:
      This builder for chaining.
    • clearColumnsToMatch

      public AsOfJoinTablesRequest.Builder clearColumnsToMatch()
      repeated string columns_to_match = 4;
      Returns:
      This builder for chaining.
    • addColumnsToMatchBytes

      public AsOfJoinTablesRequest.Builder addColumnsToMatchBytes(com.google.protobuf.ByteString value)
      repeated string columns_to_match = 4;
      Parameters:
      value - The bytes of the columnsToMatch to add.
      Returns:
      This builder for chaining.
    • getColumnsToAddList

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

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

      public String getColumnsToAdd(int index)
      repeated string columns_to_add = 5;
      Specified by:
      getColumnsToAdd in interface AsOfJoinTablesRequestOrBuilder
      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 = 5;
      Specified by:
      getColumnsToAddBytes in interface AsOfJoinTablesRequestOrBuilder
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the columnsToAdd at the given index.
    • setColumnsToAdd

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

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

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

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

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

      public int getAsOfMatchRuleValue()
       Direction to search to find a match. LESS_THAN_EQUAL and LESS_THAN will be used to make a
       Table.aj() call, and GREATER_THAN_EQUAL and GREATER_THAN will be used to make a Table.raj() call.
       
      .io.deephaven.proto.backplane.grpc.AsOfJoinTablesRequest.MatchRule as_of_match_rule = 7;
      Specified by:
      getAsOfMatchRuleValue in interface AsOfJoinTablesRequestOrBuilder
      Returns:
      The enum numeric value on the wire for asOfMatchRule.
    • setAsOfMatchRuleValue

      public AsOfJoinTablesRequest.Builder setAsOfMatchRuleValue(int value)
       Direction to search to find a match. LESS_THAN_EQUAL and LESS_THAN will be used to make a
       Table.aj() call, and GREATER_THAN_EQUAL and GREATER_THAN will be used to make a Table.raj() call.
       
      .io.deephaven.proto.backplane.grpc.AsOfJoinTablesRequest.MatchRule as_of_match_rule = 7;
      Parameters:
      value - The enum numeric value on the wire for asOfMatchRule to set.
      Returns:
      This builder for chaining.
    • getAsOfMatchRule

      public AsOfJoinTablesRequest.MatchRule getAsOfMatchRule()
       Direction to search to find a match. LESS_THAN_EQUAL and LESS_THAN will be used to make a
       Table.aj() call, and GREATER_THAN_EQUAL and GREATER_THAN will be used to make a Table.raj() call.
       
      .io.deephaven.proto.backplane.grpc.AsOfJoinTablesRequest.MatchRule as_of_match_rule = 7;
      Specified by:
      getAsOfMatchRule in interface AsOfJoinTablesRequestOrBuilder
      Returns:
      The asOfMatchRule.
    • setAsOfMatchRule

       Direction to search to find a match. LESS_THAN_EQUAL and LESS_THAN will be used to make a
       Table.aj() call, and GREATER_THAN_EQUAL and GREATER_THAN will be used to make a Table.raj() call.
       
      .io.deephaven.proto.backplane.grpc.AsOfJoinTablesRequest.MatchRule as_of_match_rule = 7;
      Parameters:
      value - The asOfMatchRule to set.
      Returns:
      This builder for chaining.
    • clearAsOfMatchRule

      public AsOfJoinTablesRequest.Builder clearAsOfMatchRule()
       Direction to search to find a match. LESS_THAN_EQUAL and LESS_THAN will be used to make a
       Table.aj() call, and GREATER_THAN_EQUAL and GREATER_THAN will be used to make a Table.raj() call.
       
      .io.deephaven.proto.backplane.grpc.AsOfJoinTablesRequest.MatchRule as_of_match_rule = 7;
      Returns:
      This builder for chaining.
    • setUnknownFields

      public final AsOfJoinTablesRequest.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<AsOfJoinTablesRequest.Builder>
    • mergeUnknownFields

      public final AsOfJoinTablesRequest.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<AsOfJoinTablesRequest.Builder>