java.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
// Protobuf Java Version: 3.25.3
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 Whether the startTimeNanos field is set.
*/
boolean hasStartTimeNanos();
/**
* sint64 start_time_nanos = 2 [jstype = JS_STRING];
* @return The startTimeNanos.
*/
long getStartTimeNanos();
/**
* string start_time_string = 5;
* @return Whether the startTimeString field is set.
*/
boolean hasStartTimeString();
/**
* string start_time_string = 5;
* @return The startTimeString.
*/
java.lang.String getStartTimeString();
/**
* string start_time_string = 5;
* @return The bytes for startTimeString.
*/
com.google.protobuf.ByteString
getStartTimeStringBytes();
/**
* sint64 period_nanos = 3 [jstype = JS_STRING];
* @return Whether the periodNanos field is set.
*/
boolean hasPeriodNanos();
/**
* sint64 period_nanos = 3 [jstype = JS_STRING];
* @return The periodNanos.
*/
long getPeriodNanos();
/**
* string period_string = 6;
* @return Whether the periodString field is set.
*/
boolean hasPeriodString();
/**
* string period_string = 6;
* @return The periodString.
*/
java.lang.String getPeriodString();
/**
* string period_string = 6;
* @return The bytes for periodString.
*/
com.google.protobuf.ByteString
getPeriodStringBytes();
/**
* bool blink_table = 4;
* @return The blinkTable.
*/
boolean getBlinkTable();
io.deephaven.proto.backplane.grpc.TimeTableRequest.StartTimeCase getStartTimeCase();
io.deephaven.proto.backplane.grpc.TimeTableRequest.PeriodCase getPeriodCase();
}