public static interface ProtoAssemblyAllTypes.AssemblyAllTypesOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getAllReferencedModuleTypes(int index)
repeated string all_referenced_module_types = 2; |
com.google.protobuf.ByteString |
getAllReferencedModuleTypesBytes(int index)
repeated string all_referenced_module_types = 2; |
int |
getAllReferencedModuleTypesCount()
repeated string all_referenced_module_types = 2; |
List<String> |
getAllReferencedModuleTypesList()
repeated string all_referenced_module_types = 2; |
ProtoAssemblyAllTypes.TypeDefinition |
getListOfTypes(int index)
repeated .TypeDefinition list_of_types = 1; |
int |
getListOfTypesCount()
repeated .TypeDefinition list_of_types = 1; |
List<ProtoAssemblyAllTypes.TypeDefinition> |
getListOfTypesList()
repeated .TypeDefinition list_of_types = 1; |
ProtoAssemblyAllTypes.TypeDefinitionOrBuilder |
getListOfTypesOrBuilder(int index)
repeated .TypeDefinition list_of_types = 1; |
List<? extends ProtoAssemblyAllTypes.TypeDefinitionOrBuilder> |
getListOfTypesOrBuilderList()
repeated .TypeDefinition list_of_types = 1; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<ProtoAssemblyAllTypes.TypeDefinition> getListOfTypesList()
repeated .TypeDefinition list_of_types = 1;ProtoAssemblyAllTypes.TypeDefinition getListOfTypes(int index)
repeated .TypeDefinition list_of_types = 1;int getListOfTypesCount()
repeated .TypeDefinition list_of_types = 1;List<? extends ProtoAssemblyAllTypes.TypeDefinitionOrBuilder> getListOfTypesOrBuilderList()
repeated .TypeDefinition list_of_types = 1;ProtoAssemblyAllTypes.TypeDefinitionOrBuilder getListOfTypesOrBuilder(int index)
repeated .TypeDefinition list_of_types = 1;List<String> getAllReferencedModuleTypesList()
repeated string all_referenced_module_types = 2;int getAllReferencedModuleTypesCount()
repeated string all_referenced_module_types = 2;String getAllReferencedModuleTypes(int index)
repeated string all_referenced_module_types = 2;index - The index of the element to return.com.google.protobuf.ByteString getAllReferencedModuleTypesBytes(int index)
repeated string all_referenced_module_types = 2;index - The index of the value to return.Copyright © 2024 Soot OSS. All rights reserved.