Class MultiJoinInput.Builder
java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<MultiJoinInput.Builder>
com.google.protobuf.GeneratedMessage.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.GeneratedMessage.Builder<MultiJoinInput.Builder>
implements MultiJoinInputOrBuilder
Protobuf type
io.deephaven.proto.backplane.grpc.MultiJoinInput-
Method Summary
Modifier and TypeMethodDescriptionaddAllColumnsToAdd(Iterable<String> values) The columns from the source table to include; if not provided, all columns are included.addAllColumnsToMatch(Iterable<String> values) The key columns to match; may be renamed to match other source table key columns.addColumnsToAdd(String value) The columns from the source table to include; if not provided, all columns are included.addColumnsToAddBytes(com.google.protobuf.ByteString value) The columns from the source table to include; if not provided, all columns are included.addColumnsToMatch(String value) The key columns to match; may be renamed to match other source table key columns.addColumnsToMatchBytes(com.google.protobuf.ByteString value) The key columns to match; may be renamed to match other source table key columns.build()clear()The columns from the source table to include; if not provided, all columns are included.The key columns to match; may be renamed to match other source table key columns.The source table to include in the multi-join output table.getColumnsToAdd(int index) The columns from the source table to include; if not provided, all columns are included.com.google.protobuf.ByteStringgetColumnsToAddBytes(int index) The columns from the source table to include; if not provided, all columns are included.intThe columns from the source table to include; if not provided, all columns are included.com.google.protobuf.ProtocolStringListThe columns from the source table to include; if not provided, all columns are included.getColumnsToMatch(int index) The key columns to match; may be renamed to match other source table key columns.com.google.protobuf.ByteStringgetColumnsToMatchBytes(int index) The key columns to match; may be renamed to match other source table key columns.intThe key columns to match; may be renamed to match other source table key columns.com.google.protobuf.ProtocolStringListThe key columns to match; may be renamed to match other source table key columns.static final com.google.protobuf.Descriptors.Descriptorcom.google.protobuf.Descriptors.DescriptorThe source table to include in the multi-join output table.The source table to include in the multi-join output table.The source table to include in the multi-join output table.booleanThe source table to include in the multi-join output table.protected com.google.protobuf.GeneratedMessage.FieldAccessorTablefinal booleanmergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) mergeFrom(com.google.protobuf.Message other) mergeFrom(MultiJoinInput other) mergeSourceId(TableReference value) The source table to include in the multi-join output table.setColumnsToAdd(int index, String value) The columns from the source table to include; if not provided, all columns are included.setColumnsToMatch(int index, String value) The key columns to match; may be renamed to match other source table key columns.setSourceId(TableReference value) The source table to include in the multi-join output table.setSourceId(TableReference.Builder builderForValue) The source table to include in the multi-join output table.Methods 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<MultiJoinInput.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<MultiJoinInput.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<MultiJoinInput.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<MultiJoinInput.Builder>
-
mergeFrom
-
isInitialized
public final boolean isInitialized()- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessage.Builder<MultiJoinInput.Builder>
-
mergeFrom
public MultiJoinInput.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<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:
hasSourceIdin interfaceMultiJoinInputOrBuilder- Returns:
- Whether the sourceId field is set.
-
getSourceId
The source table to include in the multi-join output table.
.io.deephaven.proto.backplane.grpc.TableReference source_id = 1;- Specified by:
getSourceIdin interfaceMultiJoinInputOrBuilder- Returns:
- The sourceId.
-
setSourceId
The source table to include in the multi-join output table.
.io.deephaven.proto.backplane.grpc.TableReference source_id = 1; -
setSourceId
The source table to include in the multi-join output table.
.io.deephaven.proto.backplane.grpc.TableReference source_id = 1; -
mergeSourceId
The source table to include in the multi-join output table.
.io.deephaven.proto.backplane.grpc.TableReference source_id = 1; -
clearSourceId
The source table to include in the multi-join output table.
.io.deephaven.proto.backplane.grpc.TableReference source_id = 1; -
getSourceIdBuilder
The source table to include in the multi-join output table.
.io.deephaven.proto.backplane.grpc.TableReference source_id = 1; -
getSourceIdOrBuilder
The source table to include in the multi-join output table.
.io.deephaven.proto.backplane.grpc.TableReference source_id = 1;- Specified by:
getSourceIdOrBuilderin interfaceMultiJoinInputOrBuilder
-
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:
getColumnsToMatchListin interfaceMultiJoinInputOrBuilder- 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:
getColumnsToMatchCountin interfaceMultiJoinInputOrBuilder- Returns:
- The count of columnsToMatch.
-
getColumnsToMatch
The key columns to match; may be renamed to match other source table key columns.
repeated string columns_to_match = 2;- Specified by:
getColumnsToMatchin interfaceMultiJoinInputOrBuilder- 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:
getColumnsToMatchBytesin interfaceMultiJoinInputOrBuilder- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the columnsToMatch at the given index.
-
setColumnsToMatch
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
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
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
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
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:
getColumnsToAddListin interfaceMultiJoinInputOrBuilder- 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:
getColumnsToAddCountin interfaceMultiJoinInputOrBuilder- Returns:
- The count of columnsToAdd.
-
getColumnsToAdd
The columns from the source table to include; if not provided, all columns are included.
repeated string columns_to_add = 3;- Specified by:
getColumnsToAddin interfaceMultiJoinInputOrBuilder- 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:
getColumnsToAddBytesin interfaceMultiJoinInputOrBuilder- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the columnsToAdd at the given index.
-
setColumnsToAdd
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
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
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
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
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.
-