[[["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,["# Class protos.google.protobuf.Any (6.1.0)\n\nVersion latestkeyboard_arrow_down\n\n- [6.1.0 (latest)](/nodejs/docs/reference/container/latest/container/protos.google.protobuf.any)\n- [5.19.0](/nodejs/docs/reference/container/5.19.0/container/protos.google.protobuf.any)\n- [5.17.0](/nodejs/docs/reference/container/5.17.0/container/protos.google.protobuf.any)\n- [5.15.1](/nodejs/docs/reference/container/5.15.1/container/protos.google.protobuf.any)\n- [5.14.0](/nodejs/docs/reference/container/5.14.0/container/protos.google.protobuf.any)\n- [5.10.0](/nodejs/docs/reference/container/5.10.0/container/protos.google.protobuf.any)\n- [5.9.0](/nodejs/docs/reference/container/5.9.0/container/protos.google.protobuf.any)\n- [5.8.0](/nodejs/docs/reference/container/5.8.0/container/protos.google.protobuf.any)\n- [5.6.0](/nodejs/docs/reference/container/5.6.0/container/protos.google.protobuf.any)\n- [5.5.0](/nodejs/docs/reference/container/5.5.0/container/protos.google.protobuf.any)\n- [5.4.1](/nodejs/docs/reference/container/5.4.1/container/protos.google.protobuf.any)\n- [5.1.0](/nodejs/docs/reference/container/5.1.0/container/protos.google.protobuf.any)\n- [4.11.0](/nodejs/docs/reference/container/4.11.0/container/protos.google.protobuf.any)\n- [4.10.0](/nodejs/docs/reference/container/4.10.0/container/protos.google.protobuf.any)\n- [4.9.0](/nodejs/docs/reference/container/4.9.0/container/protos.google.protobuf.any)\n- [4.7.1](/nodejs/docs/reference/container/4.7.1/container/protos.google.protobuf.any)\n- [4.4.0](/nodejs/docs/reference/container/4.4.0/container/protos.google.protobuf.any)\n- [4.3.0](/nodejs/docs/reference/container/4.3.0/container/protos.google.protobuf.any)\n- [4.2.0](/nodejs/docs/reference/container/4.2.0/container/protos.google.protobuf.any)\n- [4.1.3](/nodejs/docs/reference/container/4.1.3/container/protos.google.protobuf.any)\n- [3.0.0](/nodejs/docs/reference/container/3.0.0/container/protos.google.protobuf.any)\n- [2.6.0](/nodejs/docs/reference/container/2.6.0/container/protos.google.protobuf.any)\n- [2.5.0](/nodejs/docs/reference/container/2.5.0/container/protos.google.protobuf.any)\n- [2.4.4](/nodejs/docs/reference/container/2.4.4/container/protos.google.protobuf.any)\n- [2.3.2](/nodejs/docs/reference/container/2.3.2/container/protos.google.protobuf.any) \nRepresents an Any.\n\nPackage\n-------\n\n[@google-cloud/container](../overview.html)\n\nConstructors\n------------\n\n### (constructor)(properties)\n\n constructor(properties?: google.protobuf.IAny);\n\nConstructs a new Any.\n\nProperties\n----------\n\n### type_url\n\n public type_url: string;\n\nAny type_url.\n\n### value\n\n public value: (Uint8Array|string);\n\nAny value.\n\nMethods\n-------\n\n### create(properties)\n\n public static create(properties?: google.protobuf.IAny): google.protobuf.Any;\n\nCreates a new Any instance using the specified properties.\n\n### decode(reader, length)\n\n public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): google.protobuf.Any;\n\nDecodes an Any message from the specified reader or buffer.\n\n### decodeDelimited(reader)\n\n public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): google.protobuf.Any;\n\nDecodes an Any message from the specified reader or buffer, length delimited.\n\n### encode(message, writer)\n\n public static encode(message: google.protobuf.IAny, writer?: $protobuf.Writer): $protobuf.Writer;\n\nEncodes the specified Any message. Does not implicitly messages.\n\n### encodeDelimited(message, writer)\n\n public static encodeDelimited(message: google.protobuf.IAny, writer?: $protobuf.Writer): $protobuf.Writer;\n\nEncodes the specified Any message, length delimited. Does not implicitly messages.\n\n### fromObject(object)\n\n public static fromObject(object: { [k: string]: any }): google.protobuf.Any;\n\nCreates an Any 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 Any\n\n### toJSON()\n\n public toJSON(): { [k: string]: any };\n\nConverts this Any to JSON.\n\n### toObject(message, options)\n\n public static toObject(message: google.protobuf.Any, options?: $protobuf.IConversionOptions): { [k: string]: any };\n\nCreates a plain object from an Any 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 Any message."]]