Package io.deephaven.proto.controller
Interface StopQueryResponseOrBuilder
- All Superinterfaces:
io.deephaven.shadow.core.com.google.protobuf.MessageLiteOrBuilder
,io.deephaven.shadow.core.com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
StopQueryResponse
,StopQueryResponse.Builder
public interface StopQueryResponseOrBuilder
extends io.deephaven.shadow.core.com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionboolean
containsErrorSerials
(long key) map<int64, string> errorSerials = 2;
Deprecated.int
map<int64, string> errorSerials = 2;
map<int64, string> errorSerials = 2;
getErrorSerialsOrDefault
(long key, String defaultValue) map<int64, string> errorSerials = 2;
getErrorSerialsOrThrow
(long key) map<int64, string> errorSerials = 2;
long
getSuccessSerials
(int index) repeated int64 successSerials = 1;
int
repeated int64 successSerials = 1;
repeated int64 successSerials = 1;
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
-
getSuccessSerialsList
repeated int64 successSerials = 1;
- Returns:
- A list containing the successSerials.
-
getSuccessSerialsCount
int getSuccessSerialsCount()repeated int64 successSerials = 1;
- Returns:
- The count of successSerials.
-
getSuccessSerials
long getSuccessSerials(int index) repeated int64 successSerials = 1;
- Parameters:
index
- The index of the element to return.- Returns:
- The successSerials at the given index.
-
getErrorSerialsCount
int getErrorSerialsCount()map<int64, string> errorSerials = 2;
-
containsErrorSerials
boolean containsErrorSerials(long key) map<int64, string> errorSerials = 2;
-
getErrorSerials
Deprecated.UsegetErrorSerialsMap()
instead. -
getErrorSerialsMap
map<int64, string> errorSerials = 2;
-
getErrorSerialsOrDefault
map<int64, string> errorSerials = 2;
-
getErrorSerialsOrThrow
map<int64, string> errorSerials = 2;
-