new_releases Aktualizacje: sprawdź
informacje o wersji, aby poznać nowe funkcje i aktualizacje.
FileInfo
Zadbaj o dobrą organizację dzięki kolekcji
Zapisuj i kategoryzuj treści zgodnie ze swoimi preferencjami.
Informacje o pliku wysłanym przez użytkownika do agenta.
Zapis JSON |
{
"mimeType": string,
"fileSizeBytes": integer,
"fileName": string,
"fileUri": string
} |
Pola |
mimeType |
string
Typ MIME pliku.
|
fileSizeBytes |
integer
Rozmiar pliku (w bajtach).
|
fileName |
string
Nazwa pliku.
|
fileUri |
string
Identyfikator URI pliku.
|
O ile nie stwierdzono inaczej, treść tej strony jest objęta licencją Creative Commons – uznanie autorstwa 4.0, a fragmenty kodu są dostępne na licencji Apache 2.0. Szczegółowe informacje na ten temat zawierają zasady dotyczące witryny Google Developers. Java jest zastrzeżonym znakiem towarowym firmy Oracle i jej podmiotów stowarzyszonych.
Ostatnia aktualizacja: 2025-07-25 UTC.
[null,null,["Ostatnia aktualizacja: 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. |"]]