Deployment class

Code and application artifacts used to deploy a version to App Engine.

Constructors

Deployment({CloudBuildOptions? cloudBuildOptions, ContainerInfo? container, Map<String, FileInfo>? files, ZipInfo? zip})
Deployment.fromJson(Map json_)

Properties

cloudBuildOptions CloudBuildOptions?
Options for any Google Cloud Build builds created as a part of this deployment.These options will only be used if a new build is created, such as when deploying to the App Engine flexible environment using files or zip.
getter/setter pair
container ContainerInfo?
The Docker image for the container that runs the version.
getter/setter pair
files Map<String, FileInfo>?
Manifest of the files stored in Google Cloud Storage that are included as part of this version.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
zip ZipInfo?
The zip file for this deployment, if this is a zip deployment.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited