Package io.deephaven.proto.pqworker
Interface ThreadDumpRequestOrBuilder
- All Superinterfaces:
io.deephaven.shadow.client.flight.com.google.protobuf.MessageLiteOrBuilder,io.deephaven.shadow.client.flight.com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ThreadDumpRequest,ThreadDumpRequest.Builder
@Generated
public interface ThreadDumpRequestOrBuilder
extends io.deephaven.shadow.client.flight.com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionoptional string reason = 1;io.deephaven.shadow.client.flight.com.google.protobuf.ByteStringoptional string reason = 1;booleanoptional string reason = 1;Methods inherited from interface io.deephaven.shadow.client.flight.com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface io.deephaven.shadow.client.flight.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
io.deephaven.shadow.client.flight.com.google.protobuf.ByteString getReasonBytes()optional string reason = 1;- Returns:
- The bytes for reason.
-