Package io.deephaven.proto.pqworker
Interface ThreadDumpRequestOrBuilder
- All Superinterfaces:
- MessageLiteOrBuilder,- MessageOrBuilder
- All Known Implementing Classes:
- ThreadDumpRequest,- ThreadDumpRequest.Builder
- 
Method SummaryModifier and TypeMethodDescriptionoptional string reason = 1;optional string reason = 1;booleanoptional string reason = 1;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilderisInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilderfindInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
- 
Method Details- 
hasReasonboolean hasReason()optional string reason = 1;- Returns:
- Whether the reason field is set.
 
- 
getReasonString getReason()optional string reason = 1;- Returns:
- The reason.
 
- 
getReasonBytesByteString getReasonBytes()optional string reason = 1;- Returns:
- The bytes for reason.
 
 
-