Uses of Interface
com.google.protobuf.Internal.EnumLite
-
Packages that use Internal.EnumLite Package Description com.google.protobuf com.google.protobuf.compiler -
-
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.ExtensionRangeOptions.VerificationStateProtobuf enumgoogle.protobuf.ExtensionRangeOptions.VerificationStatestatic 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.FieldOptions.OptionRetentionProtobuf enumgoogle.protobuf.FieldOptions.OptionRetentionstatic classDescriptorProtos.FieldOptions.OptionTargetTypeProtobuf enumgoogle.protobuf.FieldOptions.OptionTargetTypestatic classDescriptorProtos.FileOptions.OptimizeModeProtobuf enumgoogle.protobuf.FileOptions.OptimizeModestatic classDescriptorProtos.GeneratedCodeInfo.Annotation.SemanticProtobuf enumgoogle.protobuf.GeneratedCodeInfo.Annotation.Semanticstatic classDescriptorProtos.MethodOptions.IdempotencyLevelProtobuf enumgoogle.protobuf.MethodOptions.IdempotencyLevelstatic classDescriptors.EnumValueDescriptorDescribes one value within an enum type.static classField.CardinalityProtobuf enumgoogle.protobuf.Field.Cardinalitystatic classField.KindProtobuf enumgoogle.protobuf.Field.KindclassNullValueProtobuf enumgoogle.protobuf.NullValueclassSyntaxProtobuf enumgoogle.protobuf.Syntaxstatic 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. -
Uses of Internal.EnumLite in com.google.protobuf.compiler
Classes in com.google.protobuf.compiler that implement Internal.EnumLite Modifier and Type Class Description static classPluginProtos.CodeGeneratorResponse.FeatureProtobuf enumgoogle.protobuf.compiler.CodeGeneratorResponse.Feature
-