public sealed class Help : IMessage<Help>, IEquatable<Help>, IDeepCloneable<Help>, IBufferMessage, IMessageReference documentation and code samples for the Compute Engine v1 API class Help.
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.
Namespace
Google.Cloud.Compute.V1Assembly
Google.Cloud.Compute.V1.dll
Constructors
Help()
public Help()Help(Help)
public Help(Help other)| Parameter | |
|---|---|
| Name | Description |
other |
Help |
Properties
Links
public RepeatedField<HelpLink> Links { get; }URL(s) pointing to additional information on handling the current error.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldHelpLink |
|