Interface FilterTableRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
FilterTableRequest
,FilterTableRequest.Builder
public interface FilterTableRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetFilters
(int index) repeated .io.deephaven.proto.backplane.grpc.Condition filters = 3;
int
repeated .io.deephaven.proto.backplane.grpc.Condition filters = 3;
repeated .io.deephaven.proto.backplane.grpc.Condition filters = 3;
getFiltersOrBuilder
(int index) repeated .io.deephaven.proto.backplane.grpc.Condition filters = 3;
List<? extends ConditionOrBuilder>
repeated .io.deephaven.proto.backplane.grpc.Condition filters = 3;
.io.deephaven.proto.backplane.grpc.Ticket result_id = 1;
.io.deephaven.proto.backplane.grpc.Ticket result_id = 1;
.io.deephaven.proto.backplane.grpc.TableReference source_id = 2;
.io.deephaven.proto.backplane.grpc.TableReference source_id = 2;
boolean
.io.deephaven.proto.backplane.grpc.Ticket result_id = 1;
boolean
.io.deephaven.proto.backplane.grpc.TableReference source_id = 2;
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
Methods 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;
-
hasSourceId
boolean hasSourceId().io.deephaven.proto.backplane.grpc.TableReference source_id = 2;
- Returns:
- Whether the sourceId field is set.
-
getSourceId
TableReference getSourceId().io.deephaven.proto.backplane.grpc.TableReference source_id = 2;
- Returns:
- The sourceId.
-
getSourceIdOrBuilder
TableReferenceOrBuilder getSourceIdOrBuilder().io.deephaven.proto.backplane.grpc.TableReference source_id = 2;
-
getFiltersList
repeated .io.deephaven.proto.backplane.grpc.Condition filters = 3;
-
getFilters
repeated .io.deephaven.proto.backplane.grpc.Condition filters = 3;
-
getFiltersCount
int getFiltersCount()repeated .io.deephaven.proto.backplane.grpc.Condition filters = 3;
-
getFiltersOrBuilderList
List<? extends ConditionOrBuilder> getFiltersOrBuilderList()repeated .io.deephaven.proto.backplane.grpc.Condition filters = 3;
-
getFiltersOrBuilder
repeated .io.deephaven.proto.backplane.grpc.Condition filters = 3;
-