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
Name Description
other Help

Fields

LinksFieldNumber

public const int LinksFieldNumber = 1

Field number for the "links" field.

Field Value
Type Description
Int32

Properties

Descriptor

public static Protobuf.Reflection.MessageDescriptor Descriptor { get; }
Property Value
Type Description
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
Type Description
Protobuf.Collections.RepeatedField<Help.Types.Link>

Parser

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

Methods

CalculateSize()

public int CalculateSize()
Returns
Type Description
Int32

Clone()

public Help Clone()
Returns
Type Description
Help

Equals(Help)

public bool Equals(Help other)
Parameter
Name Description
other Help
Returns
Type Description
Boolean

Equals(Object)

public override bool Equals(object other)
Parameter
Name Description
other Object
Returns
Type Description
Boolean

GetHashCode()

public override int GetHashCode()
Returns
Type Description
Int32

MergeFrom(Protobuf.CodedInputStream)

public void MergeFrom(Protobuf.CodedInputStream input)
Parameter
Name Description
input Protobuf.CodedInputStream

MergeFrom(Help)

public void MergeFrom(Help other)
Parameter
Name Description
other Help

ToString()

public override string ToString()
Returns
Type Description
String

WriteTo(Protobuf.CodedOutputStream)

public void WriteTo(Protobuf.CodedOutputStream output)
Parameter
Name Description
output Protobuf.CodedOutputStream