[[["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-08-07 UTC."],[],[],null,["# Class protos.google.protobuf.EnumDescriptorProto (3.15.0)\n\nVersion latestkeyboard_arrow_down\n\n- [3.15.0 (latest)](/nodejs/docs/reference/aiplatform/latest/aiplatform/protos.google.protobuf.enumdescriptorproto-class)\n- [3.13.0](/nodejs/docs/reference/aiplatform/3.13.0/aiplatform/protos.google.protobuf.enumdescriptorproto-class)\n- [3.11.0](/nodejs/docs/reference/aiplatform/3.11.0/aiplatform/protos.google.protobuf.enumdescriptorproto-class)\n- [3.10.1](/nodejs/docs/reference/aiplatform/3.10.1/aiplatform/protos.google.protobuf.enumdescriptorproto-class)\n- [3.9.0](/nodejs/docs/reference/aiplatform/3.9.0/aiplatform/protos.google.protobuf.enumdescriptorproto-class)\n- [3.7.0](/nodejs/docs/reference/aiplatform/3.7.0/aiplatform/protos.google.protobuf.enumdescriptorproto-class)\n- [3.6.0](/nodejs/docs/reference/aiplatform/3.6.0/aiplatform/protos.google.protobuf.enumdescriptorproto-class)\n- [3.4.0](/nodejs/docs/reference/aiplatform/3.4.0/aiplatform/protos.google.protobuf.enumdescriptorproto-class)\n- [3.3.0](/nodejs/docs/reference/aiplatform/3.3.0/aiplatform/protos.google.protobuf.enumdescriptorproto-class)\n- [3.0.0](/nodejs/docs/reference/aiplatform/3.0.0/aiplatform/protos.google.protobuf.enumdescriptorproto-class)\n- [2.12.0](/nodejs/docs/reference/aiplatform/2.12.0/aiplatform/protos.google.protobuf.enumdescriptorproto-class)\n- [2.11.0](/nodejs/docs/reference/aiplatform/2.11.0/aiplatform/protos.google.protobuf.enumdescriptorproto-class)\n- [2.10.0](/nodejs/docs/reference/aiplatform/2.10.0/aiplatform/protos.google.protobuf.enumdescriptorproto-class)\n- [2.7.0](/nodejs/docs/reference/aiplatform/2.7.0/aiplatform/protos.google.protobuf.enumdescriptorproto-class)\n- [2.6.1](/nodejs/docs/reference/aiplatform/2.6.1/aiplatform/protos.google.protobuf.enumdescriptorproto-class)\n- [2.5.0](/nodejs/docs/reference/aiplatform/2.5.0/aiplatform/protos.google.protobuf.enumdescriptorproto-class)\n- [2.3.0](/nodejs/docs/reference/aiplatform/2.3.0/aiplatform/protos.google.protobuf.enumdescriptorproto-class)\n- [1.19.0](/nodejs/docs/reference/aiplatform/1.19.0/aiplatform/protos.google.protobuf.enumdescriptorproto-class)\n- [1.18.0](/nodejs/docs/reference/aiplatform/1.18.0/aiplatform/protos.google.protobuf.enumdescriptorproto-class)\n- [1.17.0](/nodejs/docs/reference/aiplatform/1.17.0/aiplatform/protos.google.protobuf.enumdescriptorproto-class)\n- [1.16.0](/nodejs/docs/reference/aiplatform/1.16.0/aiplatform/protos.google.protobuf.enumdescriptorproto-class)\n- [1.15.0](/nodejs/docs/reference/aiplatform/1.15.0/aiplatform/protos.google.protobuf.enumdescriptorproto-class)\n- [1.14.1](/nodejs/docs/reference/aiplatform/1.14.1/aiplatform/protos.google.protobuf.enumdescriptorproto-class)\n- [1.13.0](/nodejs/docs/reference/aiplatform/1.13.0/aiplatform/protos.google.protobuf.enumdescriptorproto-class)\n- [1.11.0](/nodejs/docs/reference/aiplatform/1.11.0/aiplatform/protos.google.protobuf.enumdescriptorproto-class)\n- [1.7.2](/nodejs/docs/reference/aiplatform/1.7.2/aiplatform/protos.google.protobuf.enumdescriptorproto-class) \nRepresents an EnumDescriptorProto.\n\nPackage\n-------\n\n[@google-cloud/aiplatform](../overview.html)\n\nConstructors\n------------\n\n### (constructor)(properties)\n\n constructor(properties?: google.protobuf.IEnumDescriptorProto);\n\nConstructs a new EnumDescriptorProto.\n\nProperties\n----------\n\n### name\n\n public name: string;\n\nEnumDescriptorProto name.\n\n### options\n\n public options?: (google.protobuf.IEnumOptions|null);\n\nEnumDescriptorProto options.\n\n### reservedName\n\n public reservedName: string[];\n\nEnumDescriptorProto reservedName.\n\n### reservedRange\n\n public reservedRange: google.protobuf.EnumDescriptorProto.IEnumReservedRange[];\n\nEnumDescriptorProto reservedRange.\n\n### value\n\n public value: google.protobuf.IEnumValueDescriptorProto[];\n\nEnumDescriptorProto value.\n\nMethods\n-------\n\n### create(properties)\n\n public static create(properties?: google.protobuf.IEnumDescriptorProto): google.protobuf.EnumDescriptorProto;\n\nCreates a new EnumDescriptorProto instance using the specified properties.\n\n### decode(reader, length)\n\n public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): google.protobuf.EnumDescriptorProto;\n\nDecodes an EnumDescriptorProto message from the specified reader or buffer.\n\n### decodeDelimited(reader)\n\n public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): google.protobuf.EnumDescriptorProto;\n\nDecodes an EnumDescriptorProto message from the specified reader or buffer, length delimited.\n\n### encode(message, writer)\n\n public static encode(message: google.protobuf.IEnumDescriptorProto, writer?: $protobuf.Writer): $protobuf.Writer;\n\nEncodes the specified EnumDescriptorProto message. Does not implicitly messages.\n\n### encodeDelimited(message, writer)\n\n public static encodeDelimited(message: google.protobuf.IEnumDescriptorProto, writer?: $protobuf.Writer): $protobuf.Writer;\n\nEncodes the specified EnumDescriptorProto message, length delimited. Does not implicitly messages.\n\n### fromObject(object)\n\n public static fromObject(object: { [k: string]: any }): google.protobuf.EnumDescriptorProto;\n\nCreates an EnumDescriptorProto message from a plain object. Also converts values to their respective internal types.\n\n### getTypeUrl(typeUrlPrefix)\n\n public static getTypeUrl(typeUrlPrefix?: string): string;\n\nGets the default type url for EnumDescriptorProto\n\n### toJSON()\n\n public toJSON(): { [k: string]: any };\n\nConverts this EnumDescriptorProto to JSON.\n\n### toObject(message, options)\n\n public static toObject(message: google.protobuf.EnumDescriptorProto, options?: $protobuf.IConversionOptions): { [k: string]: any };\n\nCreates a plain object from an EnumDescriptorProto message. Also converts values to other types if specified.\n\n### verify(message)\n\n public static verify(message: { [k: string]: any }): (string|null);\n\nVerifies an EnumDescriptorProto message."]]