Stay organized with collections
Save and categorize content based on your preferences.
The configuration for exporting to Cloud Storage.
JSON representation
{"uriPrefix": string}
Fields
uriPrefix
string
URI for a Cloud Storage directory where result files should be written (in the format gs://{bucket-id}/{path/to/destination/dir}). If there is no trailing slash, the service appends one when composing the object path. The Cloud Storage bucket referenced in uriPrefix must exist or an error occurs.
[[["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 2024-11-22 UTC."],[[["The configuration specifies exporting data to a Cloud Storage directory."],["The `uriPrefix` field determines the destination directory in Cloud Storage, using the format `gs://{bucket-id}/{path/to/destination/dir}`."],["A trailing slash is added to the `uriPrefix` if it is not provided by the user."],["The Cloud Storage bucket referenced in the `uriPrefix` must already exist for the export to succeed."]]],[]]