Class DebugInfo (2.2.0)

public sealed class DebugInfo : Protobuf.IMessage<DebugInfo>, Protobuf.IBufferMessage

Describes additional debugging info.

Inheritance

Object > DebugInfo

Namespace

Google.Rpc

Assembly

Google.Api.CommonProtos.dll

Constructors

DebugInfo()

public DebugInfo()

DebugInfo(DebugInfo)

public DebugInfo(DebugInfo other)
Parameter
NameDescription
otherDebugInfo

Fields

DetailFieldNumber

public const int DetailFieldNumber = 2

Field number for the "detail" field.

Field Value
TypeDescription
Int32

StackEntriesFieldNumber

public const int StackEntriesFieldNumber = 1

Field number for the "stack_entries" field.

Field Value
TypeDescription
Int32

Properties

Descriptor

public static Protobuf.Reflection.MessageDescriptor Descriptor { get; }
Property Value
TypeDescription
Protobuf.Reflection.MessageDescriptor

Detail

public string Detail { get; set; }

Additional debugging information provided by the server.

Property Value
TypeDescription
String

Parser

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

StackEntries

public Protobuf.Collections.RepeatedField<string> StackEntries { get; }

The stack trace entries indicating where the error occurred.

Property Value
TypeDescription
Protobuf.Collections.RepeatedField<String>

Methods

CalculateSize()

public int CalculateSize()
Returns
TypeDescription
Int32

Clone()

public DebugInfo Clone()
Returns
TypeDescription
DebugInfo

Equals(DebugInfo)

public bool Equals(DebugInfo other)
Parameter
NameDescription
otherDebugInfo
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(DebugInfo)

public void MergeFrom(DebugInfo other)
Parameter
NameDescription
otherDebugInfo

ToString()

public override string ToString()
Returns
TypeDescription
String

WriteTo(Protobuf.CodedOutputStream)

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