FileReference

对文件的引用。

JSON 表示法
{
  "fileUri": string
}
字段
fileUri

string

存储在 Google Cloud Storage 中的文件的 URI。

例如:http://storage.googleapis.com/mybucket/path/to/test.xml 或 gsutil 格式:gs://mybucket/path/to/test.xml(包含版本特定信息)、gs://mybucket/path/to/test.xml#1360383693690000

如果不支持 URI 格式,则会返回 INVALID_ARGUMENT 错误。

  • 回复:Always set
  • 在创建/更新请求中:始终设置