Package io.deephaven.proto.controller
Interface RestartQueryRequestOrBuilder
- All Superinterfaces:
io.deephaven.shadow.core.com.google.protobuf.MessageLiteOrBuilder
,io.deephaven.shadow.core.com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
RestartQueryRequest
,RestartQueryRequest.Builder
public interface RestartQueryRequestOrBuilder
extends io.deephaven.shadow.core.com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionio.deephaven.shadow.core.com.google.protobuf.ByteString
bytes cookie = 1;
long
getSerials
(int index) repeated int64 serials = 2;
int
repeated int64 serials = 2;
repeated int64 serials = 2;
Methods inherited from interface io.deephaven.shadow.core.com.google.protobuf.MessageLiteOrBuilder
isInitialized
Methods inherited from interface io.deephaven.shadow.core.com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getCookie
io.deephaven.shadow.core.com.google.protobuf.ByteString getCookie()bytes cookie = 1;
- Returns:
- The cookie.
-
getSerialsList
repeated int64 serials = 2;
- Returns:
- A list containing the serials.
-
getSerialsCount
int getSerialsCount()repeated int64 serials = 2;
- Returns:
- The count of serials.
-
getSerials
long getSerials(int index) repeated int64 serials = 2;
- Parameters:
index
- The index of the element to return.- Returns:
- The serials at the given index.
-