REST Resource: projects.locations.instances.logTypes.parserExtensions.extensionValidationReports

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

string

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

string (Timestamp format)

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: "2014-10-02T15:01:23Z" and "2014-10-02T15:01:23.045123456Z".

validation_errors[]

string

Any validation errors encountered when creating the extension, this have cap of size 10

has_more_validation_errors

boolean

Output only. true, if there are more validation errors

Methods

get

Get a parser vaildation report.

list

List all parser validation reports for a parser extension.