Class: Google::Cloud::AppEngine::V1::Application::FeatureSettings

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/appengine/v1/application.rb

Overview

The feature specific settings to be used in the application. These define behaviors that are user configurable.

Instance Attribute Summary collapse

Instance Attribute Details

#split_health_checks::Boolean

Returns Boolean value indicating if split health checks should be used instead of the legacy health checks. At an app.yaml level, this means defaulting to 'readiness_check' and 'liveness_check' values instead of 'health_check' ones. Once the legacy 'health_check' behavior is deprecated, and this value is always true, this setting can be removed.

Returns:

  • (::Boolean)

    Boolean value indicating if split health checks should be used instead of the legacy health checks. At an app.yaml level, this means defaulting to 'readiness_check' and 'liveness_check' values instead of 'health_check' ones. Once the legacy 'health_check' behavior is deprecated, and this value is always true, this setting can be removed.



137
138
139
140
# File 'proto_docs/google/appengine/v1/application.rb', line 137

class FeatureSettings
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#use_container_optimized_os::Boolean

Returns If true, use Container-Optimized OS base image for VMs, rather than a base Debian image.

Returns:



137
138
139
140
# File 'proto_docs/google/appengine/v1/application.rb', line 137

class FeatureSettings
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end