Class Diagnostic (1.0.4)

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

Represents a diagnostic message (error or warning) .. attribute:: location

File name and line number of the error or warning.

:type: str

Attributes

NameDescription
kind google.cloud.servicemanagement_v1.types.Diagnostic.Kind
The kind of diagnostic information provided.
message str
Message describing the error or warning.

Classes

Kind

Kind(value)

The kind of diagnostic information possible.