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 TypeMethodDescriptionbooleanbool blink_table = 4;longsint64 period_nanos = 3 [jstype = JS_STRING];string period_string = 6;com.google.protobuf.ByteStringstring period_string = 6;.io.deephaven.proto.backplane.grpc.Ticket result_id = 1;.io.deephaven.proto.backplane.grpc.Ticket result_id = 1;longsint64 start_time_nanos = 2 [jstype = JS_STRING];string start_time_string = 5;com.google.protobuf.ByteStringstring start_time_string = 5;booleansint64 period_nanos = 3 [jstype = JS_STRING];booleanstring period_string = 6;boolean.io.deephaven.proto.backplane.grpc.Ticket result_id = 1;booleansint64 start_time_nanos = 2 [jstype = JS_STRING];booleanstring start_time_string = 5;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; -
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()
-