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
-
(::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
-
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.
-
(::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
- (::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
- value (::Google::Protobuf::Duration) — The Cloud Build timeout used as part of any dependent builds performed by version creation. Defaults to 10 minutes.
- (::Google::Protobuf::Duration) — The Cloud Build timeout used as part of any dependent builds performed by version creation. Defaults to 10 minutes.