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"]],[["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."],[[["The `Help` class, part of the `Google.Rpc` namespace, provides documentation links or guidance for out-of-band actions, such as enabling a service in the developer console."],["`Help` objects can be constructed with a default constructor or by copying another `Help` object, and it also implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `Help` class includes a `Links` property, which is a `RepeatedField` of `Link` objects that contain URLs for additional information about handling errors."],["The `Help` class has methods to calculate size, clone itself, compare equality with another object, merge information from other objects or streams, and override core functions like ToString and GetHashcode."],["The `Help` class is accessible through its static `Descriptor` and `Parser` properties, allowing interaction with the class."]]],[]]