Uses of Enum Class
com.google.protobuf.WireFormat.FieldType
Packages that use WireFormat.FieldType
-
Uses of WireFormat.FieldType in com.google.protobuf
Methods in com.google.protobuf that return WireFormat.FieldTypeModifier and TypeMethodDescriptionDescriptors.FieldDescriptor.getLiteType()For internal use only.abstract WireFormat.FieldTypeExtensionLite.getLiteType()Returns the type of the field.GeneratedMessage.GeneratedExtension.getLiteType()GeneratedMessageLite.GeneratedExtension.getLiteType()static WireFormat.FieldTypeReturns the enum constant of this class with the specified name.static WireFormat.FieldType[]WireFormat.FieldType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.google.protobuf with parameters of type WireFormat.FieldTypeModifier and TypeMethodDescriptionstatic <K,V> MapEntry <K, V> MapEntry.newDefaultInstance(Descriptors.Descriptor descriptor, WireFormat.FieldType keyType, K defaultKey, WireFormat.FieldType valueType, V defaultValue) Create a default MapEntry instance.static <K,V> MapEntryLite <K, V> MapEntryLite.newDefaultInstance(WireFormat.FieldType keyType, K defaultKey, WireFormat.FieldType valueType, V defaultValue) Creates a default MapEntryLite message instance.static <ContainingType extends MessageLite,Type>
GeneratedMessageLite.GeneratedExtension<ContainingType, Type> GeneratedMessageLite.newRepeatedGeneratedExtension(ContainingType containingTypeDefaultInstance, MessageLite messageDefaultInstance, Internal.EnumLiteMap<?> enumTypeMap, int number, WireFormat.FieldType type, boolean isPacked, Class singularType) For use by generated code only.static <ContainingType extends MessageLite,Type>
GeneratedMessageLite.GeneratedExtension<ContainingType, Type> GeneratedMessageLite.newSingularGeneratedExtension(ContainingType containingTypeDefaultInstance, Type defaultValue, MessageLite messageDefaultInstance, Internal.EnumLiteMap<?> enumTypeMap, int number, WireFormat.FieldType type, Class singularType) For use by generated code only.