Resource: ExtensionValidationReport
ExtensionValidationReport describes the validation report of a parser. extension
| JSON representation | 
|---|
| { "name": string, "createTime": string, "validationErrors": [ string ], "hasMoreValidationErrors": 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/{logType}/parserExtensions/{parserExtension}/extensionValidationReports/{extensionValidationReport} | 
| createTime | 
 Output only. The time the validation report was initiated. Uses RFC 3339, where generated output will always be Z-normalized and use 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples:  | 
| validationErrors[] | 
 Any validation errors encountered when creating the extension, this have cap of size 10 | 
| hasMoreValidationErrors | 
 Output only. true, if there are more validation errors | 
| Methods | |
|---|---|
| 
 | Get a parser vaildation report. | 
| 
 | List all parser validation reports for a parser extension. |