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."],[[["The `CloudFunction.Types.OnDeployUpdatePolicy` class is part of the Google Cloud Functions v1 API, specifically within the .NET environment."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in message handling, comparison, deep cloning, and buffer management."],["The `OnDeployUpdatePolicy` class has a property called `RuntimeVersion` which is a string, and contains the runtime version that was used during the latest deployment of the function."],["Security patches are applied only when a function using this policy is redeployed."],["The latest version of this API is 2.7.0, but version 2.4.0 is the version that this information is specifically for."]]],[]]