public sealed class Diagnostic : IMessage<Diagnostic>, IEquatable<Diagnostic>, IDeepCloneable<Diagnostic>, IBufferMessage, IMessage
Represents a diagnostic message (error or warning)
Implements
IMessage<Diagnostic>, IEquatable<Diagnostic>, IDeepCloneable<Diagnostic>, IBufferMessage, IMessageNamespace
Google.Cloud.ServiceManagement.V1Assembly
Google.Cloud.ServiceManagement.V1.dll
Constructors
Diagnostic()
public Diagnostic()
Diagnostic(Diagnostic)
public Diagnostic(Diagnostic other)
Parameter | |
---|---|
Name | Description |
other | Diagnostic |
Properties
Kind
public Diagnostic.Types.Kind Kind { get; set; }
The kind of diagnostic information provided.
Property Value | |
---|---|
Type | Description |
Diagnostic.Types.Kind |
Location
public string Location { get; set; }
File name and line number of the error or warning.
Property Value | |
---|---|
Type | Description |
String |
Message
public string Message { get; set; }
Message describing the error or warning.
Property Value | |
---|---|
Type | Description |
String |