Struct google_appengine1::Deployment
[−]
[src]
pub struct Deployment {
pub files: Option<HashMap<String, FileInfo>>,
pub container: Option<ContainerInfo>,
pub zip: Option<ZipInfo>,
}Code and application artifacts used to deploy a version to App Engine.
This type is not used in any activity, and only used as part of another schema.
Fields
files: Option<HashMap<String, FileInfo>>
Manifest of the files stored in Google Cloud Storage that are included as part of this version. All files must be readable using the credentials supplied with this call.
container: Option<ContainerInfo>
A Docker image that App Engine uses to run the version. Only applicable for instances in App Engine flexible environment.
zip: Option<ZipInfo>
The zip file for this deployment, if this is a zip deployment.
Trait Implementations
impl Debug for Deployment[src]
impl Clone for Deployment[src]
fn clone(&self) -> Deployment
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more
impl Default for Deployment[src]
fn default() -> Deployment
Returns the "default value" for a type. Read more