Package org.apache.drill.exec.proto
Interface UserBitShared.NamePartOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
UserBitShared.NamePart
,UserBitShared.NamePart.Builder
- Enclosing class:
- UserBitShared
public static interface UserBitShared.NamePartOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetChild()
optional .exec.shared.NamePart child = 3;
optional .exec.shared.NamePart child = 3;
getName()
optional string name = 2;
com.google.protobuf.ByteString
optional string name = 2;
getType()
optional .exec.shared.NamePart.Type type = 1;
boolean
hasChild()
optional .exec.shared.NamePart child = 3;
boolean
hasName()
optional string name = 2;
boolean
hasType()
optional .exec.shared.NamePart.Type type = 1;
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 .exec.shared.NamePart.Type type = 1;
- Returns:
- Whether the type field is set.
-
getType
UserBitShared.NamePart.Type getType()optional .exec.shared.NamePart.Type type = 1;
- Returns:
- The type.
-
hasName
boolean hasName()optional string name = 2;
- Returns:
- Whether the name field is set.
-
getName
String getName()optional string name = 2;
- Returns:
- The name.
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()optional string name = 2;
- Returns:
- The bytes for name.
-
hasChild
boolean hasChild()optional .exec.shared.NamePart child = 3;
- Returns:
- Whether the child field is set.
-
getChild
UserBitShared.NamePart getChild()optional .exec.shared.NamePart child = 3;
- Returns:
- The child.
-
getChildOrBuilder
UserBitShared.NamePartOrBuilder getChildOrBuilder()optional .exec.shared.NamePart child = 3;
-