Interface DescriptorProtos.UninterpretedOption.NamePartOrBuilder
- All Superinterfaces:
MessageLiteOrBuilder, MessageOrBuilder
- All Known Implementing Classes:
DescriptorProtos.UninterpretedOption.NamePart, DescriptorProtos.UninterpretedOption.NamePart.Builder
- Enclosing class:
DescriptorProtos.UninterpretedOption
public static interface DescriptorProtos.UninterpretedOption.NamePartOrBuilder
extends MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionbooleanrequired bool is_extension = 2;required string name_part = 1;required string name_part = 1;booleanrequired bool is_extension = 2;booleanrequired string name_part = 1;Methods inherited from interface MessageLiteOrBuilder
isInitialized
-
Method Details
-
hasNamePart
boolean hasNamePart()required string name_part = 1;- Returns:
- Whether the namePart field is set.
-
getNamePart
-
getNamePartBytes
-
hasIsExtension
boolean hasIsExtension()required bool is_extension = 2;- Returns:
- Whether the isExtension field is set.
-
getIsExtension
boolean getIsExtension()required bool is_extension = 2;- Returns:
- The isExtension.
-