Reference documentation and code samples for the App Engine Admin V1 API class Google::Cloud::AppEngine::V1::ZipInfo.
The zip file information for a zip deployment.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#files_count
def files_count() -> ::Integer
Returns
- (::Integer) — 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.
#files_count=
def files_count=(value) -> ::Integer
Parameter
- value (::Integer) — 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.
Returns
- (::Integer) — 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.
#source_url
def source_url() -> ::String
Returns
- (::String) — 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>'.
#source_url=
def source_url=(value) -> ::String
Parameter
- value (::String) — 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>'.
Returns
- (::String) — 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>'.