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_time |
Output only. The time the validation report was initiated. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |
validation_errors[] |
Any validation errors encountered when creating the extension, this have cap of size 10 |
has_more_validation_errors |
Output only. true, if there are more validation errors |
Methods |
|
---|---|
|
Get a parser vaildation report. |
|
List all parser validation reports for a parser extension. |