public sealed class OnDeployUpdatePolicy : IMessage<OnDeployUpdatePolicy>, IEquatable<OnDeployUpdatePolicy>, IDeepCloneable<OnDeployUpdatePolicy>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Functions v2 API class 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 `OnDeployUpdatePolicy` class is part of the Google Cloud Functions v2 API, with the latest version being 1.7.0."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, for robust functionality."],["The `OnDeployUpdatePolicy` class is inherited from the `object` class and provides constructors for creating instances and making copies."],["Security patches are only applied to Cloud Functions when they are redeployed, according to this version's documentation."],["The `RuntimeVersion` property of the class indicates the runtime version employed during the most recent function deployment."]]],[]]