Class: Google::Cloud::AppEngine::V1::ZipInfo
- Inherits:
-
Object
- Object
- Google::Cloud::AppEngine::V1::ZipInfo
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/appengine/v1/deploy.rb
Overview
The zip file information for a zip deployment.
Instance Attribute Summary collapse
-
#files_count ⇒ ::Integer
An estimate of the number of files in a zip for a zip deployment.
-
#source_url ⇒ ::String
URL of the zip file to deploy from.
Instance Attribute Details
#files_count ⇒ ::Integer
Returns 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.
123 124 125 126 |
# File 'proto_docs/google/appengine/v1/deploy.rb', line 123 class ZipInfo include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#source_url ⇒ ::String
Returns 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>'.
123 124 125 126 |
# File 'proto_docs/google/appengine/v1/deploy.rb', line 123 class ZipInfo include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |