public static interface DescriptorProtos.UninterpretedOption.NamePartOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getIsExtension()
public abstract boolean getIsExtension()
required bool is_extension = 2;
Returns | |
---|---|
Type | Description |
boolean | The isExtension. |
getNamePart()
public abstract String getNamePart()
required string name_part = 1;
Returns | |
---|---|
Type | Description |
String | The namePart. |
getNamePartBytes()
public abstract ByteString getNamePartBytes()
required string name_part = 1;
Returns | |
---|---|
Type | Description |
ByteString | The bytes for namePart. |
hasIsExtension()
public abstract boolean hasIsExtension()
required bool is_extension = 2;
Returns | |
---|---|
Type | Description |
boolean | Whether the isExtension field is set. |
hasNamePart()
public abstract boolean hasNamePart()
required string name_part = 1;
Returns | |
---|---|
Type | Description |
boolean | Whether the namePart field is set. |