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 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.addRepeatedField
(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) 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.clearField
(com.google.protobuf.Descriptors.FieldDescriptor field) clearOneof
(com.google.protobuf.Descriptors.OneofDescriptor oneof) The source table to include in the multi-join output table.clone()
getColumnsToAdd
(int index) The columns from the source table to include; if not provided, all columns are included.com.google.protobuf.ByteString
getColumnsToAddBytes
(int index) The columns from the source table to include; if not provided, all columns are included.int
The columns from the source table to include; if not provided, all columns are included.com.google.protobuf.ProtocolStringList
The 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.ByteString
getColumnsToMatchBytes
(int index) The key columns to match; may be renamed to match other source table key columns.int
The key columns to match; may be renamed to match other source table key columns.com.google.protobuf.ProtocolStringList
The key columns to match; may be renamed to match other source table key columns.static final com.google.protobuf.Descriptors.Descriptor
com.google.protobuf.Descriptors.Descriptor
The 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.boolean
The source table to include in the multi-join output table.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
final boolean
mergeFrom
(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.final MultiJoinInput.Builder
mergeUnknownFields
(com.google.protobuf.UnknownFieldSet unknownFields) 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.setRepeatedField
(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) 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.final MultiJoinInput.Builder
setUnknownFields
(com.google.protobuf.UnknownFieldSet unknownFields) Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, internalGetMutableMapField, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3
Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageException
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface com.google.protobuf.Message.Builder
mergeDelimitedFrom, mergeDelimitedFrom
Methods inherited from interface com.google.protobuf.MessageLite.Builder
mergeFrom
Methods 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.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()- Specified by:
internalGetFieldAccessorTable
in classcom.google.protobuf.GeneratedMessageV3.Builder<MultiJoinInput.Builder>
-
clear
- Specified by:
clear
in interfacecom.google.protobuf.Message.Builder
- Specified by:
clear
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
clear
in classcom.google.protobuf.GeneratedMessageV3.Builder<MultiJoinInput.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.Message.Builder
- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.MessageOrBuilder
- Overrides:
getDescriptorForType
in classcom.google.protobuf.GeneratedMessageV3.Builder<MultiJoinInput.Builder>
-
getDefaultInstanceForType
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageOrBuilder
-
build
- Specified by:
build
in interfacecom.google.protobuf.Message.Builder
- Specified by:
build
in interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
- Specified by:
buildPartial
in interfacecom.google.protobuf.Message.Builder
- Specified by:
buildPartial
in interfacecom.google.protobuf.MessageLite.Builder
-
clone
- Specified by:
clone
in interfacecom.google.protobuf.Message.Builder
- Specified by:
clone
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
clone
in classcom.google.protobuf.GeneratedMessageV3.Builder<MultiJoinInput.Builder>
-
setField
public MultiJoinInput.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) - Specified by:
setField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setField
in classcom.google.protobuf.GeneratedMessageV3.Builder<MultiJoinInput.Builder>
-
clearField
- Specified by:
clearField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
clearField
in classcom.google.protobuf.GeneratedMessageV3.Builder<MultiJoinInput.Builder>
-
clearOneof
- Specified by:
clearOneof
in interfacecom.google.protobuf.Message.Builder
- Overrides:
clearOneof
in classcom.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 interfacecom.google.protobuf.Message.Builder
- Overrides:
setRepeatedField
in classcom.google.protobuf.GeneratedMessageV3.Builder<MultiJoinInput.Builder>
-
addRepeatedField
public MultiJoinInput.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) - Specified by:
addRepeatedField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
addRepeatedField
in classcom.google.protobuf.GeneratedMessageV3.Builder<MultiJoinInput.Builder>
-
mergeFrom
- Specified by:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<MultiJoinInput.Builder>
-
mergeFrom
-
isInitialized
public final boolean isInitialized()- Specified by:
isInitialized
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Overrides:
isInitialized
in classcom.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 interfacecom.google.protobuf.Message.Builder
- Specified by:
mergeFrom
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
mergeFrom
in 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:
hasSourceId
in 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:
getSourceId
in 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:
getSourceIdOrBuilder
in 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:
getColumnsToMatchList
in 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:
getColumnsToMatchCount
in 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:
getColumnsToMatch
in 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:
getColumnsToMatchBytes
in 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:
getColumnsToAddList
in 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:
getColumnsToAddCount
in 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:
getColumnsToAdd
in 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:
getColumnsToAddBytes
in 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.
-
setUnknownFields
public final MultiJoinInput.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) - Specified by:
setUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<MultiJoinInput.Builder>
-
mergeUnknownFields
public final MultiJoinInput.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) - Specified by:
mergeUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<MultiJoinInput.Builder>
-