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."],[[["The `ZipInfo` class represents zip file information for zip deployments in Google Cloud App Engine V1, with version 2.0.0 being a listed version."],["`ZipInfo` implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class provides two constructors: a default constructor and one that takes another `ZipInfo` instance."],["The class includes properties `FilesCount`, which is an estimate of the number of files in a zip and `SourceUrl` which is the URL of the zip file from Google Cloud Storage."],["The latest version available for Google.Cloud.AppEngine.V1 is version 2.4.0."]]],[]]