public sealed class DebugInfo : Protobuf.IMessage<DebugInfo>, Protobuf.IBufferMessage
Describes additional debugging info.
Implements
Protobuf.IBufferMessageNamespace
Google.RpcAssembly
Google.Api.CommonProtos.dll
Constructors
DebugInfo()
public DebugInfo()
DebugInfo(DebugInfo)
public DebugInfo(DebugInfo other)
Fields
DetailFieldNumber
public
const
int
DetailFieldNumber
=
2
Field number for the "detail" field.
StackEntriesFieldNumber
public
const
int
StackEntriesFieldNumber
=
1
Field number for the "stack_entries" field.
Properties
Descriptor
public static Protobuf.Reflection.MessageDescriptor Descriptor { get; }
Detail
public string Detail { get; set; }
Additional debugging information provided by the server.
Parser
public static Protobuf.MessageParser<DebugInfo> Parser { get; }
StackEntries
public Protobuf.Collections.RepeatedField<string> StackEntries { get; }
The stack trace entries indicating where the error occurred.
Methods
CalculateSize()
public int CalculateSize()
Clone()
public DebugInfo Clone()
Equals(DebugInfo)
public bool Equals(DebugInfo other)
Equals(Object)
public override bool Equals(object other)
GetHashCode()
public override int GetHashCode()
MergeFrom(Protobuf.CodedInputStream)
public void MergeFrom(Protobuf.CodedInputStream input)
MergeFrom(DebugInfo)
public void MergeFrom(DebugInfo other)
ToString()
public override string ToString()
WriteTo(Protobuf.CodedOutputStream)
public void WriteTo(Protobuf.CodedOutputStream output)

