Service Management v1 API - Class Diagnostic (2.2.0)

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

Reference documentation and code samples for the Service Management v1 API class Diagnostic.

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
DiagnosticTypesKind

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