Package org.apache.drill.exec.proto
Interface BitControl.CustomMessageOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
BitControl.CustomMessage
,BitControl.CustomMessage.Builder
- Enclosing class:
- BitControl
public static interface BitControl.CustomMessageOrBuilder
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
-
hasType
boolean hasType()optional int32 type = 1;
- Returns:
- Whether the type field is set.
-
getType
int getType()optional int32 type = 1;
- Returns:
- The type.
-
hasMessage
boolean hasMessage()optional bytes message = 2;
- Returns:
- Whether the message field is set.
-
getMessage
com.google.protobuf.ByteString getMessage()optional bytes message = 2;
- Returns:
- The message.
-