Interface TerminationNotificationResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
TerminationNotificationResponse
,TerminationNotificationResponse.Builder
public interface TerminationNotificationResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionboolean
whether or not this termination is expectedboolean
if this is due to an exception, whether or not it was uncaughtif additional information is available then provide it in this fieldcom.google.protobuf.ByteString
if additional information is available then provide it in this fieldgetStackTraces
(int index) if applicable, the list of stack traces in reverse causal orderint
if applicable, the list of stack traces in reverse causal orderif applicable, the list of stack traces in reverse causal ordergetStackTracesOrBuilder
(int index) if applicable, the list of stack traces in reverse causal orderif applicable, the list of stack traces in reverse causal orderMethods 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
-
getAbnormalTermination
boolean getAbnormalTermination()whether or not this termination is expected
bool abnormal_termination = 1;
- Returns:
- The abnormalTermination.
-
getReason
String getReason()if additional information is available then provide it in this field
string reason = 2;
- Returns:
- The reason.
-
getReasonBytes
com.google.protobuf.ByteString getReasonBytes()if additional information is available then provide it in this field
string reason = 2;
- Returns:
- The bytes for reason.
-
getIsFromUncaughtException
boolean getIsFromUncaughtException()if this is due to an exception, whether or not it was uncaught
bool is_from_uncaught_exception = 3;
- Returns:
- The isFromUncaughtException.
-
getStackTracesList
List<TerminationNotificationResponse.StackTrace> getStackTracesList()if applicable, the list of stack traces in reverse causal order
repeated .io.deephaven.proto.backplane.grpc.TerminationNotificationResponse.StackTrace stack_traces = 4;
-
getStackTraces
if applicable, the list of stack traces in reverse causal order
repeated .io.deephaven.proto.backplane.grpc.TerminationNotificationResponse.StackTrace stack_traces = 4;
-
getStackTracesCount
int getStackTracesCount()if applicable, the list of stack traces in reverse causal order
repeated .io.deephaven.proto.backplane.grpc.TerminationNotificationResponse.StackTrace stack_traces = 4;
-
getStackTracesOrBuilderList
List<? extends TerminationNotificationResponse.StackTraceOrBuilder> getStackTracesOrBuilderList()if applicable, the list of stack traces in reverse causal order
repeated .io.deephaven.proto.backplane.grpc.TerminationNotificationResponse.StackTrace stack_traces = 4;
-
getStackTracesOrBuilder
if applicable, the list of stack traces in reverse causal order
repeated .io.deephaven.proto.backplane.grpc.TerminationNotificationResponse.StackTrace stack_traces = 4;
-