[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-07-24 UTC."],[],[],null,["# FileReference\n\n- [JSON representation](#SCHEMA_REPRESENTATION)\n\nA reference to a file.\n\n| JSON representation |\n|-------------------------------|\n| ``` { \"fileUri\": string } ``` |\n\n| Fields ||\n|-----------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `fileUri` | `string` The URI of a file stored in Google Cloud Storage. For example: \u003chttp://storage.googleapis.com/mybucket/path/to/test.xml\u003e or in gsutil format: \u003cgs://mybucket/path/to/test.xml\u003e with version-specific info, \u003cgs://mybucket/path/to/test.xml#1360383693690000\u003e An INVALID_ARGUMENT error will be returned if the URI format is not supported. - In response: always set - In create/update request: always set |"]]