[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-04 UTC."],[],[],null,["# Interface EnumValueOrBuilder (3.19.4)\n\n public interface EnumValueOrBuilder extends MessageLiteOrBuilder\n\nImplements\n----------\n\n[MessageLiteOrBuilder](/java/docs/reference/protobuf/latest/com.google.protobuf.MessageLiteOrBuilder)\n\nMethods\n-------\n\n### getName()\n\n public abstract String getName()\n\nEnum value name.\n\n`string name = 1;`\n\n### getNameBytes()\n\n public abstract ByteString getNameBytes()\n\nEnum value name.\n\n`string name = 1;`\n\n### getNumber()\n\n public abstract int getNumber()\n\nEnum value number.\n\n`int32 number = 2;`\n\n### getOptions(int index)\n\n public abstract Option getOptions(int index)\n\nProtocol buffer options.\n\n`repeated .google.protobuf.Option options = 3;`\n\n### getOptionsCount()\n\n public abstract int getOptionsCount()\n\nProtocol buffer options.\n\n`repeated .google.protobuf.Option options = 3;`\n\n### getOptionsList()\n\n public abstract List\u003cOption\u003e getOptionsList()\n\nProtocol buffer options.\n\n`repeated .google.protobuf.Option options = 3;`"]]