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,

  // Union field results can be only one of the following:
  "didResults": {
    object (DIDResults)
  },
  "parserValidationResults": {
    object (ParserValidationResults)
  }
  // End of list of possible types for union field results.
}
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".

Union field results. Output only. Type-specific results. results can be only one of the following:
didResults

object (DIDResults)

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

parserValidationResults

object (ParserValidationResults)

Analysis result of the GitHub Parser analysis.

Methods

get

GetParserAnalysisReport gets an analysis report.

list

ListParserAnalysisReports lists analysis reports.