Class: Google::Apis::CloudfunctionsV2alpha::OnDeployUpdatePolicy

Inherits:
Object
  • Object
show all
Includes:
Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
Defined in:
lib/google/apis/cloudfunctions_v2alpha/classes.rb,
lib/google/apis/cloudfunctions_v2alpha/representations.rb,
lib/google/apis/cloudfunctions_v2alpha/representations.rb

Overview

Security patches are only applied when a function is redeployed.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ OnDeployUpdatePolicy

Returns a new instance of OnDeployUpdatePolicy.



1451
1452
1453
# File 'lib/google/apis/cloudfunctions_v2alpha/classes.rb', line 1451

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#runtime_versionString

Output only. contains the runtime version which was used during latest function deployment. Corresponds to the JSON property runtimeVersion

Returns:

  • (String)


1449
1450
1451
# File 'lib/google/apis/cloudfunctions_v2alpha/classes.rb', line 1449

def runtime_version
  @runtime_version
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1456
1457
1458
# File 'lib/google/apis/cloudfunctions_v2alpha/classes.rb', line 1456

def update!(**args)
  @runtime_version = args[:runtime_version] if args.key?(:runtime_version)
end