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 `ExportTestCases` response message contains exported test cases within a union field named `destination`."],["The `destination` field can be either a `gcsUri` representing a file URI or `content` which is the base64-encoded string of raw test cases."],["If `gcsUri` was specified in the `ExportTestCasesRequest`, then the `gcsUri` field will be populated in the response, pointing to a file containing the exported test cases."],["The `content` field is an uncompressed, raw byte representation of the test cases that are a base64-encoded string."]]],[]]