Some products and features are in the process of being renamed. Generative playbook and flow features are also being migrated to a single consolidated console. See the details.
{// Union field destination can be only one of the following:"gcsUri": string,"content": string// End of list of possible types for union field destination.}
Fields
Union field destination. The exported test cases. destination can be only one of the following:
gcsUri
string
The URI to a file containing the exported test cases. This field is populated only if gcsUri is specified in ExportTestCasesRequest.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-05 UTC."],[[["The response to `TestCases.ExportTestCases` provides exported test cases."],["The exported test cases can be found either as a file at a specified URI (`gcsUri`) or as raw byte content (`content`)."],["The `destination` field will contain either the `gcsUri` or the `content` representing the location of the exported test cases."],["The content in the `content` field is uncompressed raw byte data represented in a base64-encoded string format."]]],[]]