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: |
| 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 |
Analysis result of the Downstream Impact Detection (DID) analysis. |
parserValidationResults |
Analysis result of the GitHub Parser analysis. |
| End of mutually exclusive fields. | |
Methods |
|
|---|---|
|
GetParserAnalysisReport gets an analysis report. |
|
ListParserAnalysisReports lists analysis reports. |