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 Summary
Modifier and TypeMethodDescriptionaddAllColumnsToAdd
(Iterable<String> values) repeated string columns_to_add = 6;
addAllExactMatchColumns
(Iterable<String> values) repeated string exact_match_columns = 4;
addColumnsToAdd
(String value) repeated string columns_to_add = 6;
addColumnsToAddBytes
(com.google.protobuf.ByteString value) repeated string columns_to_add = 6;
addExactMatchColumns
(String value) repeated string exact_match_columns = 4;
addExactMatchColumnsBytes
(com.google.protobuf.ByteString value) repeated string exact_match_columns = 4;
addRepeatedField
(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) build()
clear()
This is a comparison expression for the inexact as-of join match.repeated string columns_to_add = 6;
repeated string exact_match_columns = 4;
clearField
(com.google.protobuf.Descriptors.FieldDescriptor field) .io.deephaven.proto.backplane.grpc.TableReference left_id = 2;
clearOneof
(com.google.protobuf.Descriptors.OneofDescriptor oneof) .io.deephaven.proto.backplane.grpc.Ticket result_id = 1;
.io.deephaven.proto.backplane.grpc.TableReference right_id = 3;
clone()
This is a comparison expression for the inexact as-of join match.com.google.protobuf.ByteString
This is a comparison expression for the inexact as-of join match.getColumnsToAdd
(int index) repeated string columns_to_add = 6;
com.google.protobuf.ByteString
getColumnsToAddBytes
(int index) repeated string columns_to_add = 6;
int
repeated string columns_to_add = 6;
com.google.protobuf.ProtocolStringList
repeated string columns_to_add = 6;
static final com.google.protobuf.Descriptors.Descriptor
com.google.protobuf.Descriptors.Descriptor
getExactMatchColumns
(int index) repeated string exact_match_columns = 4;
com.google.protobuf.ByteString
getExactMatchColumnsBytes
(int index) repeated string exact_match_columns = 4;
int
repeated string exact_match_columns = 4;
com.google.protobuf.ProtocolStringList
repeated string exact_match_columns = 4;
.io.deephaven.proto.backplane.grpc.TableReference left_id = 2;
.io.deephaven.proto.backplane.grpc.TableReference left_id = 2;
.io.deephaven.proto.backplane.grpc.TableReference left_id = 2;
.io.deephaven.proto.backplane.grpc.Ticket result_id = 1;
.io.deephaven.proto.backplane.grpc.Ticket result_id = 1;
.io.deephaven.proto.backplane.grpc.Ticket result_id = 1;
.io.deephaven.proto.backplane.grpc.TableReference right_id = 3;
.io.deephaven.proto.backplane.grpc.TableReference right_id = 3;
.io.deephaven.proto.backplane.grpc.TableReference right_id = 3;
boolean
.io.deephaven.proto.backplane.grpc.TableReference left_id = 2;
boolean
.io.deephaven.proto.backplane.grpc.Ticket result_id = 1;
boolean
.io.deephaven.proto.backplane.grpc.TableReference right_id = 3;
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
(AjRajTablesRequest other) mergeLeftId
(TableReference value) .io.deephaven.proto.backplane.grpc.TableReference left_id = 2;
mergeResultId
(Ticket value) .io.deephaven.proto.backplane.grpc.Ticket result_id = 1;
mergeRightId
(TableReference value) .io.deephaven.proto.backplane.grpc.TableReference right_id = 3;
mergeUnknownFields
(com.google.protobuf.UnknownFieldSet unknownFields) setAsOfColumn
(String value) This is a comparison expression for the inexact as-of join match.setAsOfColumnBytes
(com.google.protobuf.ByteString value) This is a comparison expression for the inexact as-of join match.setColumnsToAdd
(int index, String value) repeated string columns_to_add = 6;
setExactMatchColumns
(int index, String value) repeated string exact_match_columns = 4;
setLeftId
(TableReference value) .io.deephaven.proto.backplane.grpc.TableReference left_id = 2;
setLeftId
(TableReference.Builder builderForValue) .io.deephaven.proto.backplane.grpc.TableReference left_id = 2;
setRepeatedField
(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) setResultId
(Ticket value) .io.deephaven.proto.backplane.grpc.Ticket result_id = 1;
setResultId
(Ticket.Builder builderForValue) .io.deephaven.proto.backplane.grpc.Ticket result_id = 1;
setRightId
(TableReference value) .io.deephaven.proto.backplane.grpc.TableReference right_id = 3;
setRightId
(TableReference.Builder builderForValue) .io.deephaven.proto.backplane.grpc.TableReference right_id = 3;
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<AjRajTablesRequest.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<AjRajTablesRequest.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<AjRajTablesRequest.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<AjRajTablesRequest.Builder>
-
setField
public AjRajTablesRequest.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<AjRajTablesRequest.Builder>
-
clearField
- Specified by:
clearField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
clearField
in classcom.google.protobuf.GeneratedMessageV3.Builder<AjRajTablesRequest.Builder>
-
clearOneof
- Specified by:
clearOneof
in interfacecom.google.protobuf.Message.Builder
- Overrides:
clearOneof
in classcom.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 interfacecom.google.protobuf.Message.Builder
- Overrides:
setRepeatedField
in classcom.google.protobuf.GeneratedMessageV3.Builder<AjRajTablesRequest.Builder>
-
addRepeatedField
public AjRajTablesRequest.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<AjRajTablesRequest.Builder>
-
mergeFrom
- Specified by:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<AjRajTablesRequest.Builder>
-
mergeFrom
-
isInitialized
public final boolean isInitialized()- Specified by:
isInitialized
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Overrides:
isInitialized
in classcom.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 interfacecom.google.protobuf.Message.Builder
- Specified by:
mergeFrom
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
mergeFrom
in classcom.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 interfaceAjRajTablesRequestOrBuilder
- Returns:
- Whether the resultId field is set.
-
getResultId
.io.deephaven.proto.backplane.grpc.Ticket result_id = 1;
- Specified by:
getResultId
in interfaceAjRajTablesRequestOrBuilder
- Returns:
- The resultId.
-
setResultId
.io.deephaven.proto.backplane.grpc.Ticket result_id = 1;
-
setResultId
.io.deephaven.proto.backplane.grpc.Ticket result_id = 1;
-
mergeResultId
.io.deephaven.proto.backplane.grpc.Ticket result_id = 1;
-
clearResultId
.io.deephaven.proto.backplane.grpc.Ticket result_id = 1;
-
getResultIdBuilder
.io.deephaven.proto.backplane.grpc.Ticket result_id = 1;
-
getResultIdOrBuilder
.io.deephaven.proto.backplane.grpc.Ticket result_id = 1;
- Specified by:
getResultIdOrBuilder
in interfaceAjRajTablesRequestOrBuilder
-
hasLeftId
public boolean hasLeftId().io.deephaven.proto.backplane.grpc.TableReference left_id = 2;
- Specified by:
hasLeftId
in interfaceAjRajTablesRequestOrBuilder
- Returns:
- Whether the leftId field is set.
-
getLeftId
.io.deephaven.proto.backplane.grpc.TableReference left_id = 2;
- Specified by:
getLeftId
in interfaceAjRajTablesRequestOrBuilder
- Returns:
- The leftId.
-
setLeftId
.io.deephaven.proto.backplane.grpc.TableReference left_id = 2;
-
setLeftId
.io.deephaven.proto.backplane.grpc.TableReference left_id = 2;
-
mergeLeftId
.io.deephaven.proto.backplane.grpc.TableReference left_id = 2;
-
clearLeftId
.io.deephaven.proto.backplane.grpc.TableReference left_id = 2;
-
getLeftIdBuilder
.io.deephaven.proto.backplane.grpc.TableReference left_id = 2;
-
getLeftIdOrBuilder
.io.deephaven.proto.backplane.grpc.TableReference left_id = 2;
- Specified by:
getLeftIdOrBuilder
in interfaceAjRajTablesRequestOrBuilder
-
hasRightId
public boolean hasRightId().io.deephaven.proto.backplane.grpc.TableReference right_id = 3;
- Specified by:
hasRightId
in interfaceAjRajTablesRequestOrBuilder
- Returns:
- Whether the rightId field is set.
-
getRightId
.io.deephaven.proto.backplane.grpc.TableReference right_id = 3;
- Specified by:
getRightId
in interfaceAjRajTablesRequestOrBuilder
- Returns:
- The rightId.
-
setRightId
.io.deephaven.proto.backplane.grpc.TableReference right_id = 3;
-
setRightId
.io.deephaven.proto.backplane.grpc.TableReference right_id = 3;
-
mergeRightId
.io.deephaven.proto.backplane.grpc.TableReference right_id = 3;
-
clearRightId
.io.deephaven.proto.backplane.grpc.TableReference right_id = 3;
-
getRightIdBuilder
.io.deephaven.proto.backplane.grpc.TableReference right_id = 3;
-
getRightIdOrBuilder
.io.deephaven.proto.backplane.grpc.TableReference right_id = 3;
- Specified by:
getRightIdOrBuilder
in interfaceAjRajTablesRequestOrBuilder
-
getExactMatchColumnsList
public com.google.protobuf.ProtocolStringList getExactMatchColumnsList()repeated string exact_match_columns = 4;
- Specified by:
getExactMatchColumnsList
in interfaceAjRajTablesRequestOrBuilder
- Returns:
- A list containing the exactMatchColumns.
-
getExactMatchColumnsCount
public int getExactMatchColumnsCount()repeated string exact_match_columns = 4;
- Specified by:
getExactMatchColumnsCount
in interfaceAjRajTablesRequestOrBuilder
- Returns:
- The count of exactMatchColumns.
-
getExactMatchColumns
repeated string exact_match_columns = 4;
- Specified by:
getExactMatchColumns
in interfaceAjRajTablesRequestOrBuilder
- 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 interfaceAjRajTablesRequestOrBuilder
- Parameters:
index
- The index of the value to return.- Returns:
- The bytes of the exactMatchColumns at the given index.
-
setExactMatchColumns
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
repeated string exact_match_columns = 4;
- Parameters:
value
- The exactMatchColumns to add.- Returns:
- This builder for chaining.
-
addAllExactMatchColumns
repeated string exact_match_columns = 4;
- Parameters:
values
- The exactMatchColumns to add.- Returns:
- This builder for chaining.
-
clearExactMatchColumns
repeated string exact_match_columns = 4;
- Returns:
- This builder for chaining.
-
addExactMatchColumnsBytes
repeated string exact_match_columns = 4;
- Parameters:
value
- The bytes of the exactMatchColumns to add.- Returns:
- This builder for chaining.
-
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 interfaceAjRajTablesRequestOrBuilder
- 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 interfaceAjRajTablesRequestOrBuilder
- Returns:
- The bytes for asOfColumn.
-
setAsOfColumn
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
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
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 interfaceAjRajTablesRequestOrBuilder
- Returns:
- A list containing the columnsToAdd.
-
getColumnsToAddCount
public int getColumnsToAddCount()repeated string columns_to_add = 6;
- Specified by:
getColumnsToAddCount
in interfaceAjRajTablesRequestOrBuilder
- Returns:
- The count of columnsToAdd.
-
getColumnsToAdd
repeated string columns_to_add = 6;
- Specified by:
getColumnsToAdd
in interfaceAjRajTablesRequestOrBuilder
- 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 interfaceAjRajTablesRequestOrBuilder
- Parameters:
index
- The index of the value to return.- Returns:
- The bytes of the columnsToAdd at the given index.
-
setColumnsToAdd
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
repeated string columns_to_add = 6;
- Parameters:
value
- The columnsToAdd to add.- Returns:
- This builder for chaining.
-
addAllColumnsToAdd
repeated string columns_to_add = 6;
- Parameters:
values
- The columnsToAdd to add.- Returns:
- This builder for chaining.
-
clearColumnsToAdd
repeated string columns_to_add = 6;
- Returns:
- This builder for chaining.
-
addColumnsToAddBytes
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 interfacecom.google.protobuf.Message.Builder
- Overrides:
setUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<AjRajTablesRequest.Builder>
-
mergeUnknownFields
public final AjRajTablesRequest.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) - Specified by:
mergeUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<AjRajTablesRequest.Builder>
-