Class MultiJoinInput.Builder

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

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

      public MultiJoinInput.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<MultiJoinInput.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<MultiJoinInput.Builder>
    • getDefaultInstanceForType

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

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

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

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

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

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

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

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

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

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

      public MultiJoinInput.Builder mergeFrom(MultiJoinInput other)
    • isInitialized

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

      public MultiJoinInput.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<MultiJoinInput.Builder>
      Throws:
      IOException
    • hasSourceId

      public boolean hasSourceId()
       The source table to include in the multi-join output table.
       
      .io.deephaven.proto.backplane.grpc.TableReference source_id = 1;
      Specified by:
      hasSourceId in interface MultiJoinInputOrBuilder
      Returns:
      Whether the sourceId field is set.
    • getSourceId

      public TableReference getSourceId()
       The source table to include in the multi-join output table.
       
      .io.deephaven.proto.backplane.grpc.TableReference source_id = 1;
      Specified by:
      getSourceId in interface MultiJoinInputOrBuilder
      Returns:
      The sourceId.
    • setSourceId

      public MultiJoinInput.Builder setSourceId(TableReference value)
       The source table to include in the multi-join output table.
       
      .io.deephaven.proto.backplane.grpc.TableReference source_id = 1;
    • setSourceId

      public MultiJoinInput.Builder setSourceId(TableReference.Builder builderForValue)
       The source table to include in the multi-join output table.
       
      .io.deephaven.proto.backplane.grpc.TableReference source_id = 1;
    • mergeSourceId

      public MultiJoinInput.Builder mergeSourceId(TableReference value)
       The source table to include in the multi-join output table.
       
      .io.deephaven.proto.backplane.grpc.TableReference source_id = 1;
    • clearSourceId

      public MultiJoinInput.Builder clearSourceId()
       The source table to include in the multi-join output table.
       
      .io.deephaven.proto.backplane.grpc.TableReference source_id = 1;
    • getSourceIdBuilder

      public TableReference.Builder getSourceIdBuilder()
       The source table to include in the multi-join output table.
       
      .io.deephaven.proto.backplane.grpc.TableReference source_id = 1;
    • getSourceIdOrBuilder

      public TableReferenceOrBuilder getSourceIdOrBuilder()
       The source table to include in the multi-join output table.
       
      .io.deephaven.proto.backplane.grpc.TableReference source_id = 1;
      Specified by:
      getSourceIdOrBuilder in interface MultiJoinInputOrBuilder
    • getColumnsToMatchList

      public com.google.protobuf.ProtocolStringList getColumnsToMatchList()
       The key columns to match; may be renamed to match other source table key columns.
       
      repeated string columns_to_match = 2;
      Specified by:
      getColumnsToMatchList in interface MultiJoinInputOrBuilder
      Returns:
      A list containing the columnsToMatch.
    • getColumnsToMatchCount

      public int getColumnsToMatchCount()
       The key columns to match; may be renamed to match other source table key columns.
       
      repeated string columns_to_match = 2;
      Specified by:
      getColumnsToMatchCount in interface MultiJoinInputOrBuilder
      Returns:
      The count of columnsToMatch.
    • getColumnsToMatch

      public String getColumnsToMatch(int index)
       The key columns to match; may be renamed to match other source table key columns.
       
      repeated string columns_to_match = 2;
      Specified by:
      getColumnsToMatch in interface MultiJoinInputOrBuilder
      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)
       The key columns to match; may be renamed to match other source table key columns.
       
      repeated string columns_to_match = 2;
      Specified by:
      getColumnsToMatchBytes in interface MultiJoinInputOrBuilder
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the columnsToMatch at the given index.
    • setColumnsToMatch

      public MultiJoinInput.Builder setColumnsToMatch(int index, String value)
       The key columns to match; may be renamed to match other source table key columns.
       
      repeated string columns_to_match = 2;
      Parameters:
      index - The index to set the value at.
      value - The columnsToMatch to set.
      Returns:
      This builder for chaining.
    • addColumnsToMatch

      public MultiJoinInput.Builder addColumnsToMatch(String value)
       The key columns to match; may be renamed to match other source table key columns.
       
      repeated string columns_to_match = 2;
      Parameters:
      value - The columnsToMatch to add.
      Returns:
      This builder for chaining.
    • addAllColumnsToMatch

      public MultiJoinInput.Builder addAllColumnsToMatch(Iterable<String> values)
       The key columns to match; may be renamed to match other source table key columns.
       
      repeated string columns_to_match = 2;
      Parameters:
      values - The columnsToMatch to add.
      Returns:
      This builder for chaining.
    • clearColumnsToMatch

      public MultiJoinInput.Builder clearColumnsToMatch()
       The key columns to match; may be renamed to match other source table key columns.
       
      repeated string columns_to_match = 2;
      Returns:
      This builder for chaining.
    • addColumnsToMatchBytes

      public MultiJoinInput.Builder addColumnsToMatchBytes(com.google.protobuf.ByteString value)
       The key columns to match; may be renamed to match other source table key columns.
       
      repeated string columns_to_match = 2;
      Parameters:
      value - The bytes of the columnsToMatch to add.
      Returns:
      This builder for chaining.
    • getColumnsToAddList

      public com.google.protobuf.ProtocolStringList getColumnsToAddList()
       The columns from the source table to include; if not provided, all columns are included.
       
      repeated string columns_to_add = 3;
      Specified by:
      getColumnsToAddList in interface MultiJoinInputOrBuilder
      Returns:
      A list containing the columnsToAdd.
    • getColumnsToAddCount

      public int getColumnsToAddCount()
       The columns from the source table to include; if not provided, all columns are included.
       
      repeated string columns_to_add = 3;
      Specified by:
      getColumnsToAddCount in interface MultiJoinInputOrBuilder
      Returns:
      The count of columnsToAdd.
    • getColumnsToAdd

      public String getColumnsToAdd(int index)
       The columns from the source table to include; if not provided, all columns are included.
       
      repeated string columns_to_add = 3;
      Specified by:
      getColumnsToAdd in interface MultiJoinInputOrBuilder
      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)
       The columns from the source table to include; if not provided, all columns are included.
       
      repeated string columns_to_add = 3;
      Specified by:
      getColumnsToAddBytes in interface MultiJoinInputOrBuilder
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the columnsToAdd at the given index.
    • setColumnsToAdd

      public MultiJoinInput.Builder setColumnsToAdd(int index, String value)
       The columns from the source table to include; if not provided, all columns are included.
       
      repeated string columns_to_add = 3;
      Parameters:
      index - The index to set the value at.
      value - The columnsToAdd to set.
      Returns:
      This builder for chaining.
    • addColumnsToAdd

      public MultiJoinInput.Builder addColumnsToAdd(String value)
       The columns from the source table to include; if not provided, all columns are included.
       
      repeated string columns_to_add = 3;
      Parameters:
      value - The columnsToAdd to add.
      Returns:
      This builder for chaining.
    • addAllColumnsToAdd

      public MultiJoinInput.Builder addAllColumnsToAdd(Iterable<String> values)
       The columns from the source table to include; if not provided, all columns are included.
       
      repeated string columns_to_add = 3;
      Parameters:
      values - The columnsToAdd to add.
      Returns:
      This builder for chaining.
    • clearColumnsToAdd

      public MultiJoinInput.Builder clearColumnsToAdd()
       The columns from the source table to include; if not provided, all columns are included.
       
      repeated string columns_to_add = 3;
      Returns:
      This builder for chaining.
    • addColumnsToAddBytes

      public MultiJoinInput.Builder addColumnsToAddBytes(com.google.protobuf.ByteString value)
       The columns from the source table to include; if not provided, all columns are included.
       
      repeated string columns_to_add = 3;
      Parameters:
      value - The bytes of the columnsToAdd to add.
      Returns:
      This builder for chaining.
    • setUnknownFields

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

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