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

Reference documentation and code samples for the App Engine Admin V1 API class Google::Cloud::AppEngine::V1::CloudBuildOptions.

Options for the build operations performed as a part of the version deployment. Only applicable for App Engine flexible environment when creating a version using source code directly.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#app_yaml_path

def app_yaml_path() -> ::String
Returns
  • (::String) — Path to the yaml file used in deployment, used to determine runtime configuration details.

    Required for flexible environment builds.

    See https://cloud.google.com/appengine/docs/standard/python/config/appref for more details.

#app_yaml_path=

def app_yaml_path=(value) -> ::String
Parameter
  • value (::String) — Path to the yaml file used in deployment, used to determine runtime configuration details.

    Required for flexible environment builds.

    See https://cloud.google.com/appengine/docs/standard/python/config/appref for more details.

Returns
  • (::String) — Path to the yaml file used in deployment, used to determine runtime configuration details.

    Required for flexible environment builds.

    See https://cloud.google.com/appengine/docs/standard/python/config/appref for more details.

#cloud_build_timeout

def cloud_build_timeout() -> ::Google::Protobuf::Duration
Returns
  • (::Google::Protobuf::Duration) — The Cloud Build timeout used as part of any dependent builds performed by version creation. Defaults to 10 minutes.

#cloud_build_timeout=

def cloud_build_timeout=(value) -> ::Google::Protobuf::Duration
Parameter
  • value (::Google::Protobuf::Duration) — The Cloud Build timeout used as part of any dependent builds performed by version creation. Defaults to 10 minutes.
Returns
  • (::Google::Protobuf::Duration) — The Cloud Build timeout used as part of any dependent builds performed by version creation. Defaults to 10 minutes.