Class: Google::Apis::CloudfunctionsV1::AutomaticUpdatePolicy
- Inherits:
-
Object
- Object
- Google::Apis::CloudfunctionsV1::AutomaticUpdatePolicy
- Includes:
- Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
- Defined in:
- lib/google/apis/cloudfunctions_v1/classes.rb,
lib/google/apis/cloudfunctions_v1/representations.rb,
lib/google/apis/cloudfunctions_v1/representations.rb
Overview
Security patches are applied automatically to the runtime without requiring the function to be redeployed.
Instance Method Summary collapse
-
#initialize(**args) ⇒ AutomaticUpdatePolicy
constructor
A new instance of AutomaticUpdatePolicy.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ AutomaticUpdatePolicy
Returns a new instance of AutomaticUpdatePolicy.
101 102 103 |
# File 'lib/google/apis/cloudfunctions_v1/classes.rb', line 101 def initialize(**args) update!(**args) end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
106 107 |
# File 'lib/google/apis/cloudfunctions_v1/classes.rb', line 106 def update!(**args) end |