public sealed class Help : Protobuf.IMessage<Help>, Protobuf.IBufferMessage
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 in version 2.2.0 of the Google.Api.CommonProtos library, provides a mechanism to include links to relevant documentation or actions related to errors, such as enabling a service in the developer console."],["This class implements the `Protobuf.IBufferMessage` interface and inherits from the .NET `Object` class, residing within the Google.Api.CommonProtos.dll assembly."],["`Help` objects can be created using the `Help()` default constructor or the `Help(Help other)` constructor, which allows for creating a copy of an existing `Help` instance."],["The `Links` property within the `Help` class, of type `Protobuf.Collections.RepeatedField\u003cHelp.Types.Link\u003e`, stores a list of URLs that provide further guidance on handling errors."],["Several methods are available to handle `Help` objects, such as `CalculateSize()`, `Clone()`, `Equals()`, `GetHashCode()`, `MergeFrom()`, `ToString()`, and `WriteTo()`."]]],[]]