FileInfo

Single source file that is part of the version to be deployed. Each source file that is deployed must be specified separately.

JSON representation
{"sourceUrl":string,"sha1Sum":string,"mimeType":string}
Fields
sourceUrl

string

URL source to use to fetch this file. Must be a URL to a resource in Google Cloud Storage in the form 'http(s)://storage.googleapis.com/<bucket>/<object>'.

sha1Sum

string

The SHA1 hash of the file, in hex.

mimeType

string

The MIME type of the file.

Defaults to the value from Google Cloud Storage.

Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025-07-21 UTC.