[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-28 UTC."],[],[],null,["# Interface ProtocolMessageEnum (3.19.4)\n\n public interface ProtocolMessageEnum extends Internal.EnumLite\n\nInterface of useful methods added to all enums generated by the protocol compiler. \n\nImplements\n----------\n\n[Internal.EnumLite](/java/docs/reference/protobuf/latest/com.google.protobuf.Internal.EnumLite)\n\nMethods\n-------\n\n### getDescriptorForType()\n\n public abstract Descriptors.EnumDescriptor getDescriptorForType()\n\nReturn the enum type's descriptor, which contains information about each defined value, etc.\n\n### getNumber()\n\n public abstract int getNumber()\n\nReturn the value's numeric value as defined in the .proto file.\n\n### getValueDescriptor()\n\n public abstract Descriptors.EnumValueDescriptor getValueDescriptor()\n\nReturn the value's descriptor, which contains information such as value name, number, and type."]]