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 interface
Internal.EnumLiteMap<T extends Internal.EnumLite>
Interface for an object which maps integers toInternal.EnumLite
s.Subinterfaces of Internal.EnumLite in com.google.protobufModifier and TypeInterfaceDescriptioninterface
Interface of useful methods added to all enums generated by the protocol compiler.Classes in com.google.protobuf that implement Internal.EnumLiteModifier and TypeClassDescriptionstatic enum
The full set of known editions.static enum
The verification state of the extension range.static enum
Protobuf enumgoogle.protobuf.FeatureSet.EnumType
static enum
Protobuf enumgoogle.protobuf.FeatureSet.FieldPresence
static enum
Protobuf enumgoogle.protobuf.FeatureSet.JsonFormat
static enum
Protobuf enumgoogle.protobuf.FeatureSet.MessageEncoding
static enum
Protobuf enumgoogle.protobuf.FeatureSet.RepeatedFieldEncoding
static enum
Protobuf enumgoogle.protobuf.FeatureSet.Utf8Validation
static enum
Protobuf enumgoogle.protobuf.FieldDescriptorProto.Label
static enum
Protobuf enumgoogle.protobuf.FieldDescriptorProto.Type
static enum
Protobuf enumgoogle.protobuf.FieldOptions.CType
static enum
Protobuf enumgoogle.protobuf.FieldOptions.JSType
static enum
If set to RETENTION_SOURCE, the option will be omitted from the binary.static enum
This indicates the types of entities that the field may apply to when used as an option.static enum
Generated classes can be optimized for speed or code size.static enum
Represents the identified object's effect on the element in the original .proto file.static enum
Is 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 class
Describes one value within an enum type.static enum
Whether a field is optional, required, or repeated.static enum
Basic field types.static enum
The UTF8 validation strategy to use.enum
`NullValue` is a singleton enumeration to represent the null value for the `Value` type union.enum
The syntax in which a protocol buffer element is defined.Methods 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 TypeMethodDescriptionstatic int
Internal.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 TypeMethodDescriptionstatic int
Internal.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 enum
Sync with code_generator.h.