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-05-02 UTC."],[[["The `Help` class provides links to documentation or actions related to specific errors, such as directing users to enable a service in the developer console."],["It implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enabling its use in various contexts within the Protobuf ecosystem."],["The `Help` class contains a `Links` property, which is a `RepeatedField` that holds URLs pointing to additional information about handling a specific error."],["It offers methods like `Clone`, `Equals`, `MergeFrom`, and `WriteTo` to manage and manipulate `Help` objects, such as merging the data of one object into another, or to create an exact copy."],["The `Help` class has constructors to initialize new instances, either empty or by copying an existing `Help` object, allowing for flexible object creation."]]],[]]