com.google.protobuf
Interface DescriptorProtos.UninterpretedOptionOrBuilder
- All Superinterfaces:
- MessageLiteOrBuilder, MessageOrBuilder
- All Known Implementing Classes:
- DescriptorProtos.UninterpretedOption, DescriptorProtos.UninterpretedOption.Builder
- Enclosing class:
- DescriptorProtos
public static interface DescriptorProtos.UninterpretedOptionOrBuilder
- extends MessageOrBuilder
getNameList
List<DescriptorProtos.UninterpretedOption.NamePart> getNameList()
getName
DescriptorProtos.UninterpretedOption.NamePart getName(int index)
getNameCount
int getNameCount()
getNameOrBuilderList
List<? extends DescriptorProtos.UninterpretedOption.NamePartOrBuilder> getNameOrBuilderList()
getNameOrBuilder
DescriptorProtos.UninterpretedOption.NamePartOrBuilder getNameOrBuilder(int index)
hasIdentifierValue
boolean hasIdentifierValue()
getIdentifierValue
String getIdentifierValue()
hasPositiveIntValue
boolean hasPositiveIntValue()
getPositiveIntValue
long getPositiveIntValue()
hasNegativeIntValue
boolean hasNegativeIntValue()
getNegativeIntValue
long getNegativeIntValue()
hasDoubleValue
boolean hasDoubleValue()
getDoubleValue
double getDoubleValue()
hasStringValue
boolean hasStringValue()
getStringValue
ByteString getStringValue()
hasAggregateValue
boolean hasAggregateValue()
getAggregateValue
String getAggregateValue()
Copyright © 2008-2011. All Rights Reserved.