Uses of Interface
com.google.protobuf.Internal.EnumLite
-
Packages that use Internal.EnumLite Package Description com.google.protobuf -
-
Uses of Internal.EnumLite in com.google.protobuf
Classes in com.google.protobuf with type parameters of type Internal.EnumLite Modifier and Type Interface Description static interfaceInternal.EnumLiteMap<T extends Internal.EnumLite>Interface for an object which maps integers toInternal.EnumLites.Subinterfaces of Internal.EnumLite in com.google.protobuf Modifier and Type Interface Description interfaceProtocolMessageEnumInterface of useful methods added to all enums generated by the protocol compiler.Classes in com.google.protobuf that implement Internal.EnumLite Modifier and Type Class Description static classDescriptorProtos.FieldDescriptorProto.LabelProtobuf enumgoogle.protobuf.FieldDescriptorProto.Labelstatic classDescriptorProtos.FieldDescriptorProto.TypeProtobuf enumgoogle.protobuf.FieldDescriptorProto.Typestatic classDescriptorProtos.FieldOptions.CTypeProtobuf enumgoogle.protobuf.FieldOptions.CTypestatic classDescriptorProtos.FieldOptions.JSTypeProtobuf enumgoogle.protobuf.FieldOptions.JSTypestatic classDescriptorProtos.FileOptions.OptimizeModeGenerated classes can be optimized for speed or code size.static classDescriptorProtos.MethodOptions.IdempotencyLevelIs 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 classDescriptors.EnumValueDescriptorDescribes one value within an enum type.static classField.CardinalityWhether a field is optional, required, or repeated.static classField.KindBasic field types.classNullValue`NullValue` is a singleton enumeration to represent the null value for the `Value` type union.classSyntaxThe syntax in which a protocol buffer element is defined.static classValue.KindCaseMethods in com.google.protobuf with type parameters of type Internal.EnumLite Modifier and Type Method Description static <T extends Internal.EnumLite>
Internal.MapAdapter.Converter<java.lang.Integer,T>Internal.MapAdapter. newEnumConverter(Internal.EnumLiteMap<T> enumMap, T unrecognizedValue)Methods in com.google.protobuf with parameters of type Internal.EnumLite Modifier and Type Method Description protected 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.EnumLite Modifier and Type Method Description protected static intAbstractMessage. hashEnumList(java.util.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(java.util.List<? extends Internal.EnumLite> list)Helper method for implementingMessage.hashCode()for enum lists.
-