public interface FunctionInformationMapOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
FunctionInformationMap.Entry |
getEntry(int index)
repeated group Entry = 1 { ... |
int |
getEntryCount()
repeated group Entry = 1 { ... |
java.util.List<FunctionInformationMap.Entry> |
getEntryList()
repeated group Entry = 1 { ... |
FunctionInformationMap.EntryOrBuilder |
getEntryOrBuilder(int index)
repeated group Entry = 1 { ... |
java.util.List<? extends FunctionInformationMap.EntryOrBuilder> |
getEntryOrBuilderList()
repeated group Entry = 1 { ... |
FunctionInformationMap.Module |
getModule(int index)
repeated group Module = 101 { ... |
int |
getModuleCount()
repeated group Module = 101 { ... |
java.util.List<FunctionInformationMap.Module> |
getModuleList()
repeated group Module = 101 { ... |
FunctionInformationMap.ModuleOrBuilder |
getModuleOrBuilder(int index)
repeated group Module = 101 { ... |
java.util.List<? extends FunctionInformationMap.ModuleOrBuilder> |
getModuleOrBuilderList()
repeated group Module = 101 { ... |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
java.util.List<FunctionInformationMap.Entry> getEntryList()
repeated group Entry = 1 { ... }
FunctionInformationMap.Entry getEntry(int index)
repeated group Entry = 1 { ... }
int getEntryCount()
repeated group Entry = 1 { ... }
java.util.List<? extends FunctionInformationMap.EntryOrBuilder> getEntryOrBuilderList()
repeated group Entry = 1 { ... }
FunctionInformationMap.EntryOrBuilder getEntryOrBuilder(int index)
repeated group Entry = 1 { ... }
java.util.List<FunctionInformationMap.Module> getModuleList()
repeated group Module = 101 { ... }
FunctionInformationMap.Module getModule(int index)
repeated group Module = 101 { ... }
int getModuleCount()
repeated group Module = 101 { ... }
java.util.List<? extends FunctionInformationMap.ModuleOrBuilder> getModuleOrBuilderList()
repeated group Module = 101 { ... }
FunctionInformationMap.ModuleOrBuilder getModuleOrBuilder(int index)
repeated group Module = 101 { ... }
Copyright © 2009-2018 Google. All Rights Reserved.