ToolOutputReference
Stay organized with collections
Save and categorize content based on your preferences.
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-07-24 UTC.
[null,null,["Last updated 2024-07-24 UTC."],[],[],null,["# ToolOutputReference\n\n- [JSON representation](#SCHEMA_REPRESENTATION)\n\nA reference to a ToolExecution output file.\n\n| JSON representation |\n|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"output\": { object (/docs/test-lab/reference/toolresults/rest/v1beta3/FileReference) }, \"creationTime\": { object (/docs/test-lab/reference/toolresults/rest/v1beta3/Timestamp) }, \"testCase\": { object (/docs/test-lab/reference/toolresults/rest/v1beta3/TestCaseReference) } } ``` |\n\n| Fields ||\n|----------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `output` | `object (`[FileReference](/docs/test-lab/reference/toolresults/rest/v1beta3/FileReference)`)` A FileReference to an output file. - In response: always set - In create/update request: always set |\n| `creationTime` | `object (`[Timestamp](/docs/test-lab/reference/toolresults/rest/v1beta3/Timestamp)`)` The creation time of the file. - In response: present if set by create/update request - In create/update request: optional |\n| `testCase` | `object (`[TestCaseReference](/docs/test-lab/reference/toolresults/rest/v1beta3/TestCaseReference)`)` The test case to which this output file belongs. - In response: present if set by create/update request - In create/update request: optional |"]]