Package org.apache.drill.exec.proto
Interface GeneralRPCProtos.AckOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GeneralRPCProtos.Ack
,GeneralRPCProtos.Ack.Builder
- Enclosing class:
- GeneralRPCProtos
public static interface GeneralRPCProtos.AckOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Methods 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
-
hasOk
boolean hasOk()optional bool ok = 1;
- Returns:
- Whether the ok field is set.
-
getOk
boolean getOk()optional bool ok = 1;
- Returns:
- The ok.
-