public sealed class DebugInfo : IMessage<DebugInfo>, IEquatable<DebugInfo>, IDeepCloneable<DebugInfo>, IBufferMessage, IMessage
Describes additional debugging info.
Implements
IMessage DebugInfo , IEquatable DebugInfo , IDeepCloneable DebugInfo , IBufferMessage , IMessageNamespace
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 MessageDescriptor Descriptor { get; }
Detail
public string Detail { get; set; }
Additional debugging information provided by the server.
Parser
public static MessageParser<DebugInfo> Parser { get; }
StackEntries
public RepeatedField<string> StackEntries { get; }
The stack trace entries indicating where the error occurred.
Methods
CalculateSize()
public int CalculateSize()
Calculates the size of this message in Protocol Buffer wire format, in bytes.
The number of bytes required to write this message to a coded output stream.
Clone()
public DebugInfo Clone()
Creates a deep clone of this object.
Equals(DebugInfo)
public bool Equals(DebugInfo other)
Equals(object)
public override bool Equals(object other)
GetHashCode()
public override int GetHashCode()
MergeFrom(CodedInputStream)
public void MergeFrom(CodedInputStream input)
Merges the data from the specified coded input stream with the current message.
See the user guide for precise merge semantics.
MergeFrom(DebugInfo)
public void MergeFrom(DebugInfo other)
Merges the given message into this one.
See the user guide for precise merge semantics.
ToString()
public override string ToString()
WriteTo(CodedOutputStream)
public void WriteTo(CodedOutputStream output)
Writes the data to the given coded output stream.
output