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.

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: "2014-10-02T15:01:23Z", "2014-10-02T15:01:23.045123456Z" or "2014-10-02T15:01:23+05:30".

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.