Resource: ExtensionValidationReport
ExtensionValidationReport describes the validation report of a parser. extension
JSON representation |
---|
{ "name": string, "create_time": string, "validation_errors": [ string ], "has_more_validation_errors": boolean } |
Fields | |
---|---|
name |
Output only. The name of this extension validation report. Output only. The resource name of the extension validation report. Format: projects/{project}/locations/{location}/instances/{instance}/logTypes/{log_type}/parserExtensions/{parserExtension}/extensionValidationReports/{extensionValidationReport} |
create_ |
Output only. The time the validation report was initiated. Uses RFC 3339, where generated output will always be Z-normalized and uses 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted.Examples: |
validation_ |
Any validation errors encountered when creating the extension, this have cap of size 10 |
has_ |
Output only. true, if there are more validation errors |
Methods |
|
---|---|
|
Get a parser vaildation report. |
|
List all parser validation reports for a parser extension. |