Resource: ParserAnalysisReport
ParserAnalysisReport containing the findings of a parser analysis.
| JSON representation |
|---|
{ "name": string, "reportType": enum ( |
| Fields | |
|---|---|
name |
Output only. Identifier. The unique resource name of the analysis report. |
reportType |
Output only. Type of analysis performed. |
reportStage |
Output only. The current execution state of the analysis. |
createTime |
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: |
endTime |
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: |
Union field results. Output only. Type-specific results. results can be only one of the following: |
|
didResults |
Analysis result of the Downstream Impact Detection (DID) analysis. |
parserValidationResults |
Analysis result of the GitHub Parser analysis. |
Methods |
|
|---|---|
|
GetParserAnalysisReport gets an analysis report. |
|
ListParserAnalysisReports lists analysis reports. |