Reference documentation and code samples for the App Engine Admin V1 API class Google::Cloud::AppEngine::V1::Deployment.
Code and application artifacts used to deploy a version to App Engine.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#cloud_build_options
def cloud_build_options() -> ::Google::Cloud::AppEngine::V1::CloudBuildOptions
-
(::Google::Cloud::AppEngine::V1::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.
#cloud_build_options=
def cloud_build_options=(value) -> ::Google::Cloud::AppEngine::V1::CloudBuildOptions
-
value (::Google::Cloud::AppEngine::V1::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.
-
(::Google::Cloud::AppEngine::V1::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.
#container
def container() -> ::Google::Cloud::AppEngine::V1::ContainerInfo
- (::Google::Cloud::AppEngine::V1::ContainerInfo) — The Docker image for the container that runs the version. Only applicable for instances running in the App Engine flexible environment.
#container=
def container=(value) -> ::Google::Cloud::AppEngine::V1::ContainerInfo
- value (::Google::Cloud::AppEngine::V1::ContainerInfo) — The Docker image for the container that runs the version. Only applicable for instances running in the App Engine flexible environment.
- (::Google::Cloud::AppEngine::V1::ContainerInfo) — The Docker image for the container that runs the version. Only applicable for instances running in the App Engine flexible environment.
#files
def files() -> ::Google::Protobuf::Map{::String => ::Google::Cloud::AppEngine::V1::FileInfo}
- (::Google::Protobuf::Map{::String => ::Google::Cloud::AppEngine::V1::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.
#files=
def files=(value) -> ::Google::Protobuf::Map{::String => ::Google::Cloud::AppEngine::V1::FileInfo}
- value (::Google::Protobuf::Map{::String => ::Google::Cloud::AppEngine::V1::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.
- (::Google::Protobuf::Map{::String => ::Google::Cloud::AppEngine::V1::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.
#zip
def zip() -> ::Google::Cloud::AppEngine::V1::ZipInfo
- (::Google::Cloud::AppEngine::V1::ZipInfo) — The zip file for this deployment, if this is a zip deployment.
#zip=
def zip=(value) -> ::Google::Cloud::AppEngine::V1::ZipInfo
- value (::Google::Cloud::AppEngine::V1::ZipInfo) — The zip file for this deployment, if this is a zip deployment.
- (::Google::Cloud::AppEngine::V1::ZipInfo) — The zip file for this deployment, if this is a zip deployment.