Class: Google::Cloud::Functions::V1::CloudFunction::OnDeployUpdatePolicy
- Inherits:
-
Object
- Object
- Google::Cloud::Functions::V1::CloudFunction::OnDeployUpdatePolicy
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/functions/v1/functions.rb
Overview
Security patches are only applied when a function is redeployed.
Instance Attribute Summary collapse
-
#runtime_version ⇒ ::String
readonly
Output only.
Instance Attribute Details
#runtime_version ⇒ ::String (readonly)
Returns Output only. contains the runtime version which was used during latest function deployment.
249 250 251 252 |
# File 'proto_docs/google/cloud/functions/v1/functions.rb', line 249 class OnDeployUpdatePolicy include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |