REST Resource: projects.locations.instances.logTypes.parsers.analysisReports

Resource: ParserAnalysisReport

ParserAnalysisReport containing the findings of a parser analysis.

JSON representation
{
  "name": string,
  "reportType": enum (ReportType),
  "reportStage": enum (ParserAnalysisReportStage),
  "createTime": string,
  "endTime": string,

  // The following is a list of mutually exclusive fields. At most one of the
  // fields will be set in a response:
  "didResults": {
    object (DIDResults)
  },
  "parserValidationResults": {
    object (ParserValidationResults)
  }
  // End of mutually exclusive fields.
}
Fields
name

string

Output only. Identifier. The unique resource name of the analysis report.

reportType

enum (ReportType)

Output only. Type of analysis performed.

reportStage

enum (ParserAnalysisReportStage)

Output only. The current execution state of the analysis.

createTime

string (Timestamp format)

Output only. The time the analysis report was created.

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

endTime

string (Timestamp format)

Output only. The time the analysis operation finished or failed.

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

Output only. Type-specific results. The following is a list of mutually exclusive fields. At most one of the fields will be set in a response:
didResults

object (DIDResults)

Analysis result of the Downstream Impact Detection (DID) analysis.

parserValidationResults

object (ParserValidationResults)

Analysis result of the GitHub Parser analysis.

End of mutually exclusive fields.

Methods

get

GetParserAnalysisReport gets an analysis report.

list

ListParserAnalysisReports lists analysis reports.