public sealed class Diagnostic : IMessage<Diagnostic>, IEquatable<Diagnostic>, IDeepCloneable<Diagnostic>, IBufferMessage, IMessageReference documentation and code samples for the Service Management v1 API class Diagnostic.
Represents a diagnostic message (error or warning)
Implements
IMessageDiagnostic, IEquatableDiagnostic, IDeepCloneableDiagnostic, 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 |
DiagnosticTypesKind |
|
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 |
|