FileReference
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,["# 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 |"]]