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,[]]