OptionalcreateOutput only. The timestamp of when the File was created.
OptionaldisplayOptional. The human-readable display name for the File. The display name must be no more than 512 characters in length, including spaces. Example: 'Welcome Image'
OptionaldownloadOutput only. The URI of the File, only set for downloadable (generated) files.
OptionalerrorOutput only. Error status if File processing failed.
OptionalexpirationOutput only. The timestamp of when the File will be deleted. Only set if the File is scheduled to expire.
OptionalmimeOutput only. MIME type of the file.
OptionalnameThe File resource name. The ID (name excluding the "files/" prefix) can contain up to 40 characters that are lowercase alphanumeric or dashes (-). The ID cannot start or end with a dash. If the name is empty on create, a unique name will be generated. Example: files/123-456
Optionalsha256Output only. SHA-256 hash of the uploaded bytes. The hash value is encoded in base64 format.
OptionalsizeOutput only. Size of the file in bytes.
OptionalsourceOutput only. The source of the File.
OptionalstateOutput only. Processing state of the File.
OptionalupdateOutput only. The timestamp of when the File was last updated.
OptionaluriOutput only. The URI of the File.
OptionalvideoOutput only. Metadata for a video.
A file uploaded to the API.