Class Diagnostic (1.2.2)

Diagnostic(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Represents a diagnostic message (error or warning)

Attributes

NameDescription
location str
File name and line number of the error or warning.
kind google.cloud.servicemanagement_v1.types.Diagnostic.Kind
The kind of diagnostic information provided.
message str
Message describing the error or warning.

Inheritance

builtins.object > proto.message.Message > Diagnostic

Classes

Kind

Kind(value)

The kind of diagnostic information possible.