Interface MultiJoinTablesRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
MultiJoinTablesRequest,MultiJoinTablesRequest.Builder
@Generated
public interface MultiJoinTablesRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetMultiJoinInputs(int index) The source table input specifications.intThe source table input specifications.The source table input specifications.getMultiJoinInputsOrBuilder(int index) The source table input specifications.List<? extends MultiJoinInputOrBuilder> The source table input specifications..io.deephaven.proto.backplane.grpc.Ticket result_id = 1;.io.deephaven.proto.backplane.grpc.Ticket result_id = 1;boolean.io.deephaven.proto.backplane.grpc.Ticket result_id = 1;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasResultId
boolean hasResultId().io.deephaven.proto.backplane.grpc.Ticket result_id = 1;- Returns:
- Whether the resultId field is set.
-
getResultId
Ticket getResultId().io.deephaven.proto.backplane.grpc.Ticket result_id = 1;- Returns:
- The resultId.
-
getResultIdOrBuilder
TicketOrBuilder getResultIdOrBuilder().io.deephaven.proto.backplane.grpc.Ticket result_id = 1; -
getMultiJoinInputsList
List<MultiJoinInput> getMultiJoinInputsList()The source table input specifications. One or more must be provided.
repeated .io.deephaven.proto.backplane.grpc.MultiJoinInput multi_join_inputs = 2; -
getMultiJoinInputs
The source table input specifications. One or more must be provided.
repeated .io.deephaven.proto.backplane.grpc.MultiJoinInput multi_join_inputs = 2; -
getMultiJoinInputsCount
int getMultiJoinInputsCount()The source table input specifications. One or more must be provided.
repeated .io.deephaven.proto.backplane.grpc.MultiJoinInput multi_join_inputs = 2; -
getMultiJoinInputsOrBuilderList
List<? extends MultiJoinInputOrBuilder> getMultiJoinInputsOrBuilderList()The source table input specifications. One or more must be provided.
repeated .io.deephaven.proto.backplane.grpc.MultiJoinInput multi_join_inputs = 2; -
getMultiJoinInputsOrBuilder
The source table input specifications. One or more must be provided.
repeated .io.deephaven.proto.backplane.grpc.MultiJoinInput multi_join_inputs = 2;
-