Class Help (2.2.0)

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.

Inheritance

Object > Help

Namespace

Google.Rpc

Assembly

Google.Api.CommonProtos.dll

Constructors

Help()

public Help()

Help(Help)

public Help(Help other)
Parameter
NameDescription
otherHelp

Fields

LinksFieldNumber

public const int LinksFieldNumber = 1

Field number for the "links" field.

Field Value
TypeDescription
Int32

Properties

Descriptor

public static Protobuf.Reflection.MessageDescriptor Descriptor { get; }
Property Value
TypeDescription
Protobuf.Reflection.MessageDescriptor
public Protobuf.Collections.RepeatedField<Help.Types.Link> Links { get; }

URL(s) pointing to additional information on handling the current error.

Property Value
TypeDescription
Protobuf.Collections.RepeatedField<Help.Types.Link>

Parser

public static Protobuf.MessageParser<Help> Parser { get; }
Property Value
TypeDescription
Protobuf.MessageParser<Help>

Methods

CalculateSize()

public int CalculateSize()
Returns
TypeDescription
Int32

Clone()

public Help Clone()
Returns
TypeDescription
Help

Equals(Help)

public bool Equals(Help other)
Parameter
NameDescription
otherHelp
Returns
TypeDescription
Boolean

Equals(Object)

public override bool Equals(object other)
Parameter
NameDescription
otherObject
Returns
TypeDescription
Boolean

GetHashCode()

public override int GetHashCode()
Returns
TypeDescription
Int32

MergeFrom(Protobuf.CodedInputStream)

public void MergeFrom(Protobuf.CodedInputStream input)
Parameter
NameDescription
inputProtobuf.CodedInputStream

MergeFrom(Help)

public void MergeFrom(Help other)
Parameter
NameDescription
otherHelp

ToString()

public override string ToString()
Returns
TypeDescription
String

WriteTo(Protobuf.CodedOutputStream)

public void WriteTo(Protobuf.CodedOutputStream output)
Parameter
NameDescription
outputProtobuf.CodedOutputStream