App Engine Admin V1 API - Class Google::Cloud::AppEngine::V1::Deployment (v0.6.0)

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
Returns
  • (::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
Parameter
  • 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.

Returns
  • (::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
Returns

#container=

def container=(value) -> ::Google::Cloud::AppEngine::V1::ContainerInfo
Parameter
Returns

#files

def files() -> ::Google::Protobuf::Map{::String => ::Google::Cloud::AppEngine::V1::FileInfo}
Returns
  • (::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}
Parameter
  • 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.
Returns
  • (::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
Returns

#zip=

def zip=(value) -> ::Google::Cloud::AppEngine::V1::ZipInfo
Parameter
Returns