Interface SnapshotWhenTableRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
SnapshotWhenTableRequest,SnapshotWhenTableRequest.Builder
public interface SnapshotWhenTableRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionThe base table.The base table.booleanWhether the results should keep history.booleanWhether the results should be incremental.booleanWhether the results should contain an initial snapshot..io.deephaven.proto.backplane.grpc.Ticket result_id = 1;.io.deephaven.proto.backplane.grpc.Ticket result_id = 1;getStampColumns(int index) Which columns to stamp from the trigger table.com.google.protobuf.ByteStringgetStampColumnsBytes(int index) Which columns to stamp from the trigger table.intWhich columns to stamp from the trigger table.Which columns to stamp from the trigger table.The trigger table.The trigger table.booleanThe base table.boolean.io.deephaven.proto.backplane.grpc.Ticket result_id = 1;booleanThe trigger table.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; -
hasBaseId
boolean hasBaseId()The base table.
.io.deephaven.proto.backplane.grpc.TableReference base_id = 2;- Returns:
- Whether the baseId field is set.
-
getBaseId
TableReference getBaseId()The base table.
.io.deephaven.proto.backplane.grpc.TableReference base_id = 2;- Returns:
- The baseId.
-
getBaseIdOrBuilder
TableReferenceOrBuilder getBaseIdOrBuilder()The base table.
.io.deephaven.proto.backplane.grpc.TableReference base_id = 2; -
hasTriggerId
boolean hasTriggerId()The trigger table.
.io.deephaven.proto.backplane.grpc.TableReference trigger_id = 3;- Returns:
- Whether the triggerId field is set.
-
getTriggerId
TableReference getTriggerId()The trigger table.
.io.deephaven.proto.backplane.grpc.TableReference trigger_id = 3;- Returns:
- The triggerId.
-
getTriggerIdOrBuilder
TableReferenceOrBuilder getTriggerIdOrBuilder()The trigger table.
.io.deephaven.proto.backplane.grpc.TableReference trigger_id = 3; -
getInitial
boolean getInitial()Whether the results should contain an initial snapshot.
bool initial = 4;- Returns:
- The initial.
-
getIncremental
boolean getIncremental()Whether the results should be incremental.
bool incremental = 5;- Returns:
- The incremental.
-
getHistory
boolean getHistory()Whether the results should keep history.
bool history = 6;- Returns:
- The history.
-
getStampColumnsList
Which columns to stamp from the trigger table. If empty, all columns from the trigger table are stamped. Allows renaming columns.
repeated string stamp_columns = 7;- Returns:
- A list containing the stampColumns.
-
getStampColumnsCount
int getStampColumnsCount()Which columns to stamp from the trigger table. If empty, all columns from the trigger table are stamped. Allows renaming columns.
repeated string stamp_columns = 7;- Returns:
- The count of stampColumns.
-
getStampColumns
Which columns to stamp from the trigger table. If empty, all columns from the trigger table are stamped. Allows renaming columns.
repeated string stamp_columns = 7;- Parameters:
index- The index of the element to return.- Returns:
- The stampColumns at the given index.
-
getStampColumnsBytes
com.google.protobuf.ByteString getStampColumnsBytes(int index) Which columns to stamp from the trigger table. If empty, all columns from the trigger table are stamped. Allows renaming columns.
repeated string stamp_columns = 7;- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the stampColumns at the given index.
-