Class: Google::Cloud::AppEngine::V1::CloudBuildOptions
- Inherits:
-
Object
- Object
- Google::Cloud::AppEngine::V1::CloudBuildOptions
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/appengine/v1/deploy.rb
Overview
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.
Instance Attribute Summary collapse
-
#app_yaml_path ⇒ ::String
Path to the yaml file used in deployment, used to determine runtime configuration details.
-
#cloud_build_timeout ⇒ ::Google::Protobuf::Duration
The Cloud Build timeout used as part of any dependent builds performed by version creation.
Instance Attribute Details
#app_yaml_path ⇒ ::String
Returns 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.
107 108 109 110 |
# File 'proto_docs/google/appengine/v1/deploy.rb', line 107 class CloudBuildOptions include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#cloud_build_timeout ⇒ ::Google::Protobuf::Duration
Returns The Cloud Build timeout used as part of any dependent builds performed by version creation. Defaults to 10 minutes.
107 108 109 110 |
# File 'proto_docs/google/appengine/v1/deploy.rb', line 107 class CloudBuildOptions include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |