Show / Hide Table of Contents

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.

Inheritance
System.Object
Help
Implements
IMessage<Help>
IMessage
System.IEquatable<Help>
IDeepCloneable<Help>
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Google.Rpc
Assembly: Google.Api.CommonProtos.dll
Syntax
public sealed class Help : IMessage<Help>, IMessage, IEquatable<Help>, IDeepCloneable<Help>

Constructors

Help()

Declaration
public Help()

Help(Help)

Declaration
public Help(Help other)
Parameters
Type Name Description
Help other

Fields

LinksFieldNumber

Field number for the "links" field.

Declaration
public const int LinksFieldNumber = 1
Field Value
Type Description
System.Int32

Properties

Descriptor

Declaration
public static MessageDescriptor Descriptor { get; }
Property Value
Type Description
MessageDescriptor

Links

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

Declaration
public RepeatedField<Help.Types.Link> Links { get; }
Property Value
Type Description
RepeatedField<Help.Types.Link>

Parser

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

Methods

CalculateSize()

Declaration
public int CalculateSize()
Returns
Type Description
System.Int32
Implements
IMessage.CalculateSize()

Clone()

Declaration
public Help Clone()
Returns
Type Description
Help
Implements
IDeepCloneable<T>.Clone()

Equals(Help)

Declaration
public bool Equals(Help other)
Parameters
Type Name Description
Help other
Returns
Type Description
System.Boolean
Implements
System.IEquatable<T>.Equals(T)

Equals(Object)

Declaration
public override bool Equals(object other)
Parameters
Type Name Description
System.Object other
Returns
Type Description
System.Boolean
Overrides
System.Object.Equals(System.Object)

GetHashCode()

Declaration
public override int GetHashCode()
Returns
Type Description
System.Int32
Overrides
System.Object.GetHashCode()

MergeFrom(CodedInputStream)

Declaration
public void MergeFrom(CodedInputStream input)
Parameters
Type Name Description
CodedInputStream input
Implements
IMessage.MergeFrom(CodedInputStream)

MergeFrom(Help)

Declaration
public void MergeFrom(Help other)
Parameters
Type Name Description
Help other
Implements
IMessage<T>.MergeFrom(T)

ToString()

Declaration
public override string ToString()
Returns
Type Description
System.String
Overrides
System.Object.ToString()

WriteTo(CodedOutputStream)

Declaration
public void WriteTo(CodedOutputStream output)
Parameters
Type Name Description
CodedOutputStream output
Implements
IMessage.WriteTo(CodedOutputStream)

Explicit Interface Implementations

IMessage.Descriptor

Declaration
MessageDescriptor IMessage.Descriptor { get; }
Returns
Type Description
MessageDescriptor
Implements
IMessage.Descriptor
Back to top