[[["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.rpc.Help.Link (7.5.0)\n\nVersion latestkeyboard_arrow_down\n\n- [7.5.0 (latest)](/nodejs/docs/reference/spanner/latest/spanner/protos.google.rpc.help.link)\n- [7.4.0](/nodejs/docs/reference/spanner/7.4.0/spanner/protos.google.rpc.help.link)\n- [7.3.0](/nodejs/docs/reference/spanner/7.3.0/spanner/protos.google.rpc.help.link)\n- [7.2.0](/nodejs/docs/reference/spanner/7.2.0/spanner/protos.google.rpc.help.link)\n- [7.1.0](/nodejs/docs/reference/spanner/7.1.0/spanner/protos.google.rpc.help.link)\n- [7.0.0](/nodejs/docs/reference/spanner/7.0.0/spanner/protos.google.rpc.help.link)\n- [6.16.0](/nodejs/docs/reference/spanner/6.16.0/spanner/protos.google.rpc.help.link)\n- [6.15.0](/nodejs/docs/reference/spanner/6.15.0/spanner/protos.google.rpc.help.link)\n- [6.14.0](/nodejs/docs/reference/spanner/6.14.0/spanner/protos.google.rpc.help.link)\n- [6.13.0](/nodejs/docs/reference/spanner/6.13.0/spanner/protos.google.rpc.help.link)\n- [6.12.0](/nodejs/docs/reference/spanner/6.12.0/spanner/protos.google.rpc.help.link)\n- [6.11.0](/nodejs/docs/reference/spanner/6.11.0/spanner/protos.google.rpc.help.link)\n- [6.10.1](/nodejs/docs/reference/spanner/6.10.1/spanner/protos.google.rpc.help.link)\n- [5.15.2](/nodejs/docs/reference/spanner/5.15.2/spanner/protos.google.rpc.help.link)\n- [5.14.0](/nodejs/docs/reference/spanner/5.14.0/spanner/protos.google.rpc.help.link)\n- [5.13.1](/nodejs/docs/reference/spanner/5.13.1/spanner/protos.google.rpc.help.link)\n- [5.12.0](/nodejs/docs/reference/spanner/5.12.0/spanner/protos.google.rpc.help.link)\n- [5.11.1](/nodejs/docs/reference/spanner/5.11.1/spanner/protos.google.rpc.help.link)\n- [5.10.0](/nodejs/docs/reference/spanner/5.10.0/spanner/protos.google.rpc.help.link)\n- [5.9.3](/nodejs/docs/reference/spanner/5.9.3/spanner/protos.google.rpc.help.link)\n- [5.8.1](/nodejs/docs/reference/spanner/5.8.1/spanner/protos.google.rpc.help.link) \nRepresents a Link.\n\nPackage\n-------\n\n[@google-cloud/spanner](../overview.html)\n\nConstructors\n------------\n\n### (constructor)(properties)\n\n constructor(properties?: google.rpc.Help.ILink);\n\nConstructs a new Link.\n\nProperties\n----------\n\n### description\n\n public description: string;\n\nLink description.\n\n### url\n\n public url: string;\n\nLink url.\n\nMethods\n-------\n\n### create(properties)\n\n public static create(properties?: google.rpc.Help.ILink): google.rpc.Help.Link;\n\nCreates a new Link instance using the specified properties.\n\n### decode(reader, length)\n\n public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): google.rpc.Help.Link;\n\nDecodes a Link message from the specified reader or buffer.\n\n### decodeDelimited(reader)\n\n public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): google.rpc.Help.Link;\n\nDecodes a Link message from the specified reader or buffer, length delimited.\n\n### encode(message, writer)\n\n public static encode(message: google.rpc.Help.ILink, writer?: $protobuf.Writer): $protobuf.Writer;\n\nEncodes the specified Link message. Does not implicitly messages.\n\n### encodeDelimited(message, writer)\n\n public static encodeDelimited(message: google.rpc.Help.ILink, writer?: $protobuf.Writer): $protobuf.Writer;\n\nEncodes the specified Link message, length delimited. Does not implicitly messages.\n\n### fromObject(object)\n\n public static fromObject(object: { [k: string]: any }): google.rpc.Help.Link;\n\nCreates a Link 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 Link\n\n### toJSON()\n\n public toJSON(): { [k: string]: any };\n\nConverts this Link to JSON.\n\n### toObject(message, options)\n\n public static toObject(message: google.rpc.Help.Link, options?: $protobuf.IConversionOptions): { [k: string]: any };\n\nCreates a plain object from a Link 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 a Link message."]]