java.io.deephaven.proto.backplane.grpc.SliceRequestOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of deephaven-proto-backplane-grpc Show documentation
Show all versions of deephaven-proto-backplane-grpc Show documentation
The Deephaven proto-backplane-grpc
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: deephaven_core/proto/table.proto
// Protobuf Java Version: 3.25.3
package io.deephaven.proto.backplane.grpc;
public interface SliceRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:io.deephaven.proto.backplane.grpc.SliceRequest)
com.google.protobuf.MessageOrBuilder {
/**
* .io.deephaven.proto.backplane.grpc.Ticket result_id = 1;
* @return Whether the resultId field is set.
*/
boolean hasResultId();
/**
* .io.deephaven.proto.backplane.grpc.Ticket result_id = 1;
* @return The resultId.
*/
io.deephaven.proto.backplane.grpc.Ticket getResultId();
/**
* .io.deephaven.proto.backplane.grpc.Ticket result_id = 1;
*/
io.deephaven.proto.backplane.grpc.TicketOrBuilder getResultIdOrBuilder();
/**
* .io.deephaven.proto.backplane.grpc.TableReference source_id = 2;
* @return Whether the sourceId field is set.
*/
boolean hasSourceId();
/**
* .io.deephaven.proto.backplane.grpc.TableReference source_id = 2;
* @return The sourceId.
*/
io.deephaven.proto.backplane.grpc.TableReference getSourceId();
/**
* .io.deephaven.proto.backplane.grpc.TableReference source_id = 2;
*/
io.deephaven.proto.backplane.grpc.TableReferenceOrBuilder getSourceIdOrBuilder();
/**
* sint64 first_position_inclusive = 3 [jstype = JS_STRING];
* @return The firstPositionInclusive.
*/
long getFirstPositionInclusive();
/**
* sint64 last_position_exclusive = 4 [jstype = JS_STRING];
* @return The lastPositionExclusive.
*/
long getLastPositionExclusive();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy