public sealed class CloudFunction.Types.OnDeployUpdatePolicy : IMessage<CloudFunction.Types.OnDeployUpdatePolicy>, IEquatable<CloudFunction.Types.OnDeployUpdatePolicy>, IDeepCloneable<CloudFunction.Types.OnDeployUpdatePolicy>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Functions v1 API class CloudFunction.Types.OnDeployUpdatePolicy.
Security patches are only applied when a function is redeployed.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This page provides reference documentation for the `CloudFunction.Types.OnDeployUpdatePolicy` class within the Cloud Functions v1 API, focusing on version 2.5.0."],["The `OnDeployUpdatePolicy` class is part of the `Google.Cloud.Functions.V1` namespace and is implemented as a sealed class, inheriting from `object` and implementing multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Security patches are applied only when a function is redeployed, according to the documentation."],["The class includes two constructors, `OnDeployUpdatePolicy()` and `OnDeployUpdatePolicy(CloudFunction.Types.OnDeployUpdatePolicy other)`, to create new instances and new instance from an existing one, respectively."],["The `RuntimeVersion` property, of type `string`, is an output-only field indicating the runtime version used during the latest function deployment."]]],[]]