An estimate of the number of files in a zip for a zip deployment.
If set, must be greater than or equal to the actual number of files.
Used for optimizing performance; if not provided, deployment may be slow.
URL of the zip file to deploy from. Must be a URL to a resource in
Google Cloud Storage in the form
'http(s)://storage.googleapis.com/<bucket>/<object>'.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-17 UTC."],[[["This webpage provides documentation for the `ZipInfo` class within the Google Cloud App Engine v1 API, detailing its properties and usage."],["The `ZipInfo` class is designed to handle zip file information specifically for zip deployments in App Engine, including the number of files and the source URL."],["The latest version available for the `ZipInfo` class is 2.4.0, but it contains documentation about versions all the way back to 1.0.0."],["The `ZipInfo` class inherits from `Object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `ZipInfo` class contains two properties: `FilesCount`, an integer representing the number of files in a zip, and `SourceUrl`, a string representing the URL to retrieve the zip file."]]],[]]