Interface UnstructuredFilterTableRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
UnstructuredFilterTableRequest,UnstructuredFilterTableRequest.Builder
public interface UnstructuredFilterTableRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetFilters(int index) repeated string filters = 3;com.google.protobuf.ByteStringgetFiltersBytes(int index) repeated string filters = 3;intrepeated string filters = 3;repeated string 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
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; -
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 string filters = 3;- Returns:
- A list containing the filters.
-
getFiltersCount
int getFiltersCount()repeated string filters = 3;- Returns:
- The count of filters.
-
getFilters
repeated string filters = 3;- Parameters:
index- The index of the element to return.- Returns:
- The filters at the given index.
-
getFiltersBytes
com.google.protobuf.ByteString getFiltersBytes(int index) repeated string filters = 3;- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the filters at the given index.
-