public sealed class Help : IMessage<Help>, IEquatable<Help>, IDeepCloneable<Help>, IBufferMessage, IMessage
Provides links to documentation or for performing an out of band action.
For example, if a quota check failed with an error indicating the calling
project hasn't enabled the accessed service, this can contain a URL pointing
directly to the right place in the developer console to flip the bit.
[[["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-07 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eHelp\u003c/code\u003e class provides links to documentation or actions related to specific errors, such as directing users to enable a service in the developer console.\u003c/p\u003e\n"],["\u003cp\u003eIt implements multiple interfaces, including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, enabling its use in various contexts within the Protobuf ecosystem.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eHelp\u003c/code\u003e class contains a \u003ccode\u003eLinks\u003c/code\u003e property, which is a \u003ccode\u003eRepeatedField\u003c/code\u003e that holds URLs pointing to additional information about handling a specific error.\u003c/p\u003e\n"],["\u003cp\u003eIt offers methods like \u003ccode\u003eClone\u003c/code\u003e, \u003ccode\u003eEquals\u003c/code\u003e, \u003ccode\u003eMergeFrom\u003c/code\u003e, and \u003ccode\u003eWriteTo\u003c/code\u003e to manage and manipulate \u003ccode\u003eHelp\u003c/code\u003e objects, such as merging the data of one object into another, or to create an exact copy.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eHelp\u003c/code\u003e class has constructors to initialize new instances, either empty or by copying an existing \u003ccode\u003eHelp\u003c/code\u003e object, allowing for flexible object creation.\u003c/p\u003e\n"]]],[],null,["# Class Help (2.17.0)\n\nVersion latestkeyboard_arrow_down\n\n- [2.17.0 (latest)](/dotnet/docs/reference/Google.Api.CommonProtos/latest/Google.Rpc.Help)\n- [2.15.0](/dotnet/docs/reference/Google.Api.CommonProtos/2.15.0/Google.Rpc.Help)\n- [2.10.0](/dotnet/docs/reference/Google.Api.CommonProtos/2.10.0/Google.Rpc.Help)\n- [2.2.0](/dotnet/docs/reference/Google.Api.CommonProtos/2.2.0/Google.Rpc.Help) \n\n public sealed class Help : IMessage\u003cHelp\u003e, IEquatable\u003cHelp\u003e, IDeepCloneable\u003cHelp\u003e, IBufferMessage, IMessage\n\nProvides links to documentation or for performing an out of band action.\n\nFor example, if a quota check failed with an error indicating the calling\nproject hasn't enabled the accessed service, this can contain a URL pointing\ndirectly to the right place in the developer console to flip the bit. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e Help \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[Help](/dotnet/docs/reference/Google.Api.CommonProtos/latest/Google.Rpc.Help), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[Help](/dotnet/docs/reference/Google.Api.CommonProtos/latest/Google.Rpc.Help), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[Help](/dotnet/docs/reference/Google.Api.CommonProtos/latest/Google.Rpc.Help), [IBufferMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IBufferMessage.html), [IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage.html) \n\nInherited Members\n-----------------\n\n[object.Equals(object, object)](https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object)) \n[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype) \n[object.ReferenceEquals(object, object)](https://learn.microsoft.com/dotnet/api/system.object.referenceequals)\n\nNamespace\n---------\n\n[Google.Rpc](/dotnet/docs/reference/Google.Api.CommonProtos/latest/Google.Rpc)\n\nAssembly\n--------\n\nGoogle.Api.CommonProtos.dll\n\nConstructors\n------------\n\n### Help()\n\n public Help()\n\n### Help(Help)\n\n public Help(Help other)\n\nFields\n------\n\n### LinksFieldNumber\n\n public const int LinksFieldNumber = 1\n\nField number for the \"links\" field.\n\nProperties\n----------\n\n### Descriptor\n\n public static MessageDescriptor Descriptor { get; }\n\n### Links\n\n public RepeatedField\u003cHelp.Types.Link\u003e Links { get; }\n\nURL(s) pointing to additional information on handling the current error.\n\n### Parser\n\n public static MessageParser\u003cHelp\u003e Parser { get; }\n\nMethods\n-------\n\n### CalculateSize()\n\n public int CalculateSize()\n\n### Clone()\n\n public Help Clone()\n\n### Equals(Help)\n\n public bool Equals(Help other)\n\n### Equals(object)\n\n public override bool Equals(object other)\n\n**Overrides** \n[object.Equals(object)](https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object))\n\n### GetHashCode()\n\n public override int GetHashCode()\n\n**Overrides** \n[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode)\n\n### MergeFrom(CodedInputStream)\n\n public void MergeFrom(CodedInputStream input)\n\n### MergeFrom(Help)\n\n public void MergeFrom(Help other)\n\n### ToString()\n\n public override string ToString()\n\n**Overrides** \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\n### WriteTo(CodedOutputStream)\n\n public void WriteTo(CodedOutputStream output)"]]