Package com.google.protobuf
Interface DescriptorProtos.UninterpretedOption.NamePartOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
DescriptorProtos.UninterpretedOption.NamePart,DescriptorProtos.UninterpretedOption.NamePart.Builder
- Enclosing class:
- DescriptorProtos.UninterpretedOption
public static interface DescriptorProtos.UninterpretedOption.NamePartOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionbooleanrequired bool is_extension = 2;required string name_part = 1;com.google.protobuf.ByteStringrequired string name_part = 1;booleanrequired bool is_extension = 2;booleanrequired string name_part = 1;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasNamePart
boolean hasNamePart()required string name_part = 1;- Returns:
- Whether the namePart field is set.
-
getNamePart
String getNamePart()required string name_part = 1;- Returns:
- The namePart.
-
getNamePartBytes
com.google.protobuf.ByteString getNamePartBytes()required string name_part = 1;- Returns:
- The bytes for namePart.
-
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.
-