Uses of Interface
com.google.protobuf.Internal.EnumLite
Packages that use Internal.EnumLite
-
Uses of Internal.EnumLite in com.google.protobuf
Classes in com.google.protobuf with type parameters of type Internal.EnumLiteModifier and TypeInterfaceDescriptionstatic interfaceInternal.EnumLiteMap<T extends Internal.EnumLite>Interface for an object which maps integers toInternal.EnumLites.Subinterfaces of Internal.EnumLite in com.google.protobufModifier and TypeInterfaceDescriptioninterfaceInterface of useful methods added to all enums generated by the protocol compiler.Classes in com.google.protobuf that implement Internal.EnumLiteModifier and TypeClassDescriptionstatic enumProtobuf enumgoogle.protobuf.FieldDescriptorProto.Labelstatic enumProtobuf enumgoogle.protobuf.FieldDescriptorProto.Typestatic enumProtobuf enumgoogle.protobuf.FieldOptions.CTypestatic enumProtobuf enumgoogle.protobuf.FieldOptions.JSTypestatic enumGenerated classes can be optimized for speed or code size.static enumIs this method side-effect-free (or safe in HTTP parlance), or idempotent, or neither? HTTP based RPC implementation may choose GET verb for safe methods, and PUT verb for idempotent methods instead of the default POST.static final classDescribes one value within an enum type.static enumWhether a field is optional, required, or repeated.static enumBasic field types.enum`NullValue` is a singleton enumeration to represent the null value for the `Value` type union.enumThe syntax in which a protocol buffer element is defined.static enumMethods in com.google.protobuf with type parameters of type Internal.EnumLiteModifier and TypeMethodDescriptionstatic <T extends Internal.EnumLite>
Internal.MapAdapter.Converter<Integer, T> Internal.MapAdapter.newEnumConverter(Internal.EnumLiteMap<T> enumMap, T unrecognizedValue) Methods in com.google.protobuf with parameters of type Internal.EnumLiteModifier and TypeMethodDescriptionprotected static intAbstractMessage.hashEnum(Internal.EnumLite e) Deprecated.from v3.0.0-beta-3+, for compatibility with v2.5.0 and v2.6.1 generated code.static intInternal.hashEnum(Internal.EnumLite e) Helper method for implementingMessage.hashCode()for enums.Method parameters in com.google.protobuf with type arguments of type Internal.EnumLiteModifier and TypeMethodDescriptionprotected static intAbstractMessage.hashEnumList(List<? extends Internal.EnumLite> list) Deprecated.from v3.0.0-beta-3+, for compatibility with v2.5.0 and v2.6.1 generated code.static intInternal.hashEnumList(List<? extends Internal.EnumLite> list) Helper method for implementingMessage.hashCode()for enum lists. -
Uses of Internal.EnumLite in com.google.protobuf.compiler
Classes in com.google.protobuf.compiler that implement Internal.EnumLiteModifier and TypeClassDescriptionstatic enumSync with code_generator.h.