Class Diagnostic (2.0.0)

public sealed class Diagnostic : IMessage<Diagnostic>, IEquatable<Diagnostic>, IDeepCloneable<Diagnostic>, IBufferMessage, IMessage

Represents a diagnostic message (error or warning)

Inheritance

Object > Diagnostic

Namespace

Google.Cloud.ServiceManagement.V1

Assembly

Google.Cloud.ServiceManagement.V1.dll

Constructors

Diagnostic()

public Diagnostic()

Diagnostic(Diagnostic)

public Diagnostic(Diagnostic other)
Parameter
NameDescription
otherDiagnostic

Properties

Kind

public Diagnostic.Types.Kind Kind { get; set; }

The kind of diagnostic information provided.

Property Value
TypeDescription
Diagnostic.Types.Kind

Location

public string Location { get; set; }

File name and line number of the error or warning.

Property Value
TypeDescription
String

Message

public string Message { get; set; }

Message describing the error or warning.

Property Value
TypeDescription
String