io.deephaven.proto.backplane.grpc.TimeTableRequestOrBuilder 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/proto/table.proto
package io.deephaven.proto.backplane.grpc;
public interface TimeTableRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:io.deephaven.proto.backplane.grpc.TimeTableRequest)
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();
/**
* sint64 start_time_nanos = 2 [jstype = JS_STRING];
* @return The startTimeNanos.
*/
long getStartTimeNanos();
/**
* sint64 period_nanos = 3 [jstype = JS_STRING];
* @return The periodNanos.
*/
long getPeriodNanos();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy