new_releases Güncellemeler: Yeni özellikler ve ürün güncellemeleri için
sürüm notlarına bakın.
FileInfo
Koleksiyonlar ile düzeninizi koruyun
İçeriği tercihlerinize göre kaydedin ve kategorilere ayırın.
Bir kullanıcıdan temsilciye gönderilen bir dosyayla ilgili bilgiler.
JSON gösterimi |
{
"mimeType": string,
"fileSizeBytes": integer,
"fileName": string,
"fileUri": string
} |
Alanlar |
mimeType |
string
Dosyanın MIME türü.
|
fileSizeBytes |
integer
Dosyanın boyutu (bayt cinsinden).
|
fileName |
string
Dosyanın adı.
|
fileUri |
string
Dosyanın URI'si.
|
Aksi belirtilmediği sürece bu sayfanın içeriği Creative Commons Atıf 4.0 Lisansı altında ve kod örnekleri Apache 2.0 Lisansı altında lisanslanmıştır. Ayrıntılı bilgi için Google Developers Site Politikaları'na göz atın. Java, Oracle ve/veya satış ortaklarının tescilli ticari markasıdır.
Son güncelleme tarihi: 2025-07-25 UTC.
[null,null,["Son güncelleme tarihi: 2025-07-25 UTC."],[[["\u003cp\u003eThe data describes a file sent by a user, providing key details about it.\u003c/p\u003e\n"],["\u003cp\u003eThe file's MIME type, size in bytes, name, and URI are included in the data.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003emimeType\u003c/code\u003e is a string field representing the file's MIME type.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003efileSizeBytes\u003c/code\u003e represents an integer value indicating the file's size in bytes.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003efileName\u003c/code\u003e and \u003ccode\u003efileUri\u003c/code\u003e represent the name and URI of the sent file respectively, and are both strings.\u003c/p\u003e\n"]]],[],null,["# FileInfo\n\nInformation about a file sent from a user to the agent.\n\n| JSON representation |\n|-------------------------------------------------------------------------------------------------|\n| ``` { \"mimeType\": string, \"fileSizeBytes\": integer, \"fileName\": string, \"fileUri\": string } ``` |\n\n| Fields ||\n|-----------------|------------------------------------|\n| `mimeType` | `string` MIME type of the file. |\n| `fileSizeBytes` | `integer` Size of file (in bytes). |\n| `fileName` | `string` Name of the file. |\n| `fileUri` | `string` URI of the file. |"]]