Reference documentation and code samples for the Google Cloud Appengine Admin V1 Client class ZipInfo.
The zip file information for a zip deployment.
Generated from protobuf message google.appengine.v1.ZipInfo
Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ source_url
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>'.
↳ files_count
int
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.
getSourceUrl
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>'.
string
setSourceUrl
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>'.
var
string
$this
getFilesCount
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.
int
setFilesCount
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.
var
int
$this