Interface TimeTableRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
TimeTableRequest
,TimeTableRequest.Builder
public interface TimeTableRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionboolean
bool blink_table = 4;
long
sint64 period_nanos = 3 [jstype = JS_STRING];
string period_string = 6;
com.google.protobuf.ByteString
string period_string = 6;
.io.deephaven.proto.backplane.grpc.Ticket result_id = 1;
.io.deephaven.proto.backplane.grpc.Ticket result_id = 1;
long
sint64 start_time_nanos = 2 [jstype = JS_STRING];
string start_time_string = 5;
com.google.protobuf.ByteString
string start_time_string = 5;
boolean
sint64 period_nanos = 3 [jstype = JS_STRING];
boolean
string period_string = 6;
boolean
.io.deephaven.proto.backplane.grpc.Ticket result_id = 1;
boolean
sint64 start_time_nanos = 2 [jstype = JS_STRING];
boolean
string start_time_string = 5;
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
Methods 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;
-
hasStartTimeNanos
boolean hasStartTimeNanos()sint64 start_time_nanos = 2 [jstype = JS_STRING];
- Returns:
- Whether the startTimeNanos field is set.
-
getStartTimeNanos
long getStartTimeNanos()sint64 start_time_nanos = 2 [jstype = JS_STRING];
- Returns:
- The startTimeNanos.
-
hasStartTimeString
boolean hasStartTimeString()string start_time_string = 5;
- Returns:
- Whether the startTimeString field is set.
-
getStartTimeString
String getStartTimeString()string start_time_string = 5;
- Returns:
- The startTimeString.
-
getStartTimeStringBytes
com.google.protobuf.ByteString getStartTimeStringBytes()string start_time_string = 5;
- Returns:
- The bytes for startTimeString.
-
hasPeriodNanos
boolean hasPeriodNanos()sint64 period_nanos = 3 [jstype = JS_STRING];
- Returns:
- Whether the periodNanos field is set.
-
getPeriodNanos
long getPeriodNanos()sint64 period_nanos = 3 [jstype = JS_STRING];
- Returns:
- The periodNanos.
-
hasPeriodString
boolean hasPeriodString()string period_string = 6;
- Returns:
- Whether the periodString field is set.
-
getPeriodString
String getPeriodString()string period_string = 6;
- Returns:
- The periodString.
-
getPeriodStringBytes
com.google.protobuf.ByteString getPeriodStringBytes()string period_string = 6;
- Returns:
- The bytes for periodString.
-
getBlinkTable
boolean getBlinkTable()bool blink_table = 4;
- Returns:
- The blinkTable.
-
getStartTimeCase
TimeTableRequest.StartTimeCase getStartTimeCase() -
getPeriodCase
TimeTableRequest.PeriodCase getPeriodCase()
-