Package io.deephaven.proto.pqworker
Interface ThreadDumpRequestOrBuilder
- All Superinterfaces:
MessageLiteOrBuilder,MessageOrBuilder
- All Known Implementing Classes:
ThreadDumpRequest,ThreadDumpRequest.Builder
-
Method Summary
Modifier and TypeMethodDescriptionoptional string reason = 1;optional string reason = 1;booleanoptional string reason = 1;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
-
hasReason
boolean hasReason()optional string reason = 1;- Returns:
- Whether the reason field is set.
-
getReason
String getReason()optional string reason = 1;- Returns:
- The reason.
-
getReasonBytes
ByteString getReasonBytes()optional string reason = 1;- Returns:
- The bytes for reason.
-