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

Fields

DetailFieldNumber

public const int DetailFieldNumber = 2

Field number for the "detail" field.

Field Value
Type Description
Int32

StackEntriesFieldNumber

public const int StackEntriesFieldNumber = 1

Field number for the "stack_entries" field.

Field Value
Type Description
Int32

Properties

Descriptor

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

Detail

public string Detail { get; set; }

Additional debugging information provided by the server.

Property Value
Type Description
String

Parser

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

StackEntries

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

The stack trace entries indicating where the error occurred.

Property Value
Type Description
Protobuf.Collections.RepeatedField<String>

Methods

CalculateSize()

public int CalculateSize()
Returns
Type Description
Int32

Clone()

public DebugInfo Clone()
Returns
Type Description
DebugInfo

Equals(DebugInfo)

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

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

ToString()

public override string ToString()
Returns
Type Description
String

WriteTo(Protobuf.CodedOutputStream)

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