CompilationDiagnostic(mapping=None, *, ignore_unknown_fields=False, **kwargs)
CompilationDiagnostic represents a compilation diagnostic generated during a rule's compilation, such as a compilation error or a compilation warning.
Attributes |
|
---|---|
Name | Description |
message |
str
Output only. The diagnostic message. |
position |
google.cloud.chronicle_v1.types.CompilationPosition
Output only. The approximate position in the rule text associated with the compilation diagnostic. Compilation Position may be empty. |
severity |
google.cloud.chronicle_v1.types.CompilationDiagnostic.Severity
Output only. The severity of a rule's compilation diagnostic. |
uri |
str
Output only. Link to documentation that describes a diagnostic in more detail. |
Classes
Severity
Severity(value)
The severity level of the compilation diagnostic.