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 in the `Google.Cloud.AppEngine.V1` namespace represents the zip file information for a zip deployment."],["This page documents multiple versions of the `ZipInfo` class, ranging from version 1.0.0 to the latest version, 2.4.0, and it contains the version 1.4.0."],["The `ZipInfo` class inherits from `Object` and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of the `ZipInfo` class include `FilesCount`, which estimates the number of files in the zip, and `SourceUrl`, which is the URL of the zip file in Google Cloud Storage."],["The `ZipInfo` class has two constructors, one default constructor and one that takes in a `ZipInfo` parameter, for creating a copy of an existing `ZipInfo` object."]]],[]]