Class DebugInfo
Describes additional debugging info.
Inheritance
System.Object
DebugInfo
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
Assembly: Google.Api.CommonProtos.dll
Syntax
public sealed class DebugInfo : IMessage<DebugInfo>, IMessage, IEquatable<DebugInfo>, IDeepCloneable<DebugInfo>
Constructors
DebugInfo()
Declaration
DebugInfo(DebugInfo)
Declaration
public DebugInfo(DebugInfo other)
Parameters
Fields
DetailFieldNumber
Field number for the "detail" field.
Declaration
public const int DetailFieldNumber = 2
Field Value
Type |
Description |
System.Int32 |
|
StackEntriesFieldNumber
Field number for the "stack_entries" field.
Declaration
public const int StackEntriesFieldNumber = 1
Field Value
Type |
Description |
System.Int32 |
|
Properties
Descriptor
Declaration
public static MessageDescriptor Descriptor { get; }
Property Value
Detail
Additional debugging information provided by the server.
Declaration
public string Detail { get; set; }
Property Value
Type |
Description |
System.String |
|
Parser
Declaration
public static MessageParser<DebugInfo> Parser { get; }
Property Value
StackEntries
The stack trace entries indicating where the error occurred.
Declaration
public RepeatedField<string> StackEntries { get; }
Property Value
Methods
CalculateSize()
Declaration
public int CalculateSize()
Returns
Type |
Description |
System.Int32 |
|
Implements
Clone()
Declaration
Returns
Implements
Equals(DebugInfo)
Declaration
public bool Equals(DebugInfo other)
Parameters
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()
Declaration
public void MergeFrom(CodedInputStream input)
Parameters
Implements
MergeFrom(DebugInfo)
Declaration
public void MergeFrom(DebugInfo other)
Parameters
Implements
ToString()
Declaration
public override string ToString()
Returns
Type |
Description |
System.String |
|
Overrides
System.Object.ToString()
WriteTo(CodedOutputStream)
Declaration
public void WriteTo(CodedOutputStream output)
Parameters
Implements
Explicit Interface Implementations
IMessage.Descriptor
Declaration
MessageDescriptor IMessage.Descriptor { get; }
Returns
Implements