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
java.util.List<DescriptorProtos.UninterpretedOption.NamePart> getNameList()
getName
DescriptorProtos.UninterpretedOption.NamePart getName(int index)
getNameCount
int getNameCount()
getNameOrBuilderList
java.util.List<? extends DescriptorProtos.UninterpretedOption.NamePartOrBuilder> getNameOrBuilderList()
getNameOrBuilder
DescriptorProtos.UninterpretedOption.NamePartOrBuilder getNameOrBuilder(int index)
hasIdentifierValue
boolean hasIdentifierValue()
getIdentifierValue
java.lang.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
java.lang.String getAggregateValue()
Copyright © 2008-2011 Google. All Rights Reserved.