public sealed class UpdateFunctionRequest : IMessage<UpdateFunctionRequest>, IEquatable<UpdateFunctionRequest>, IDeepCloneable<UpdateFunctionRequest>, IBufferMessage, IMessage
[[["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 webpage details the `UpdateFunctionRequest` class within the `Google.Cloud.Functions.V1` namespace, used for updating a function in Google Cloud Functions."],["The `UpdateFunctionRequest` class, found in the `Google.Cloud.Functions.V1.dll` assembly, implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The page contains the documentation for version 1.1.0 of `UpdateFunctionRequest`, but it also provides links to the documentation for versions 1.2.0 up to the latest 2.7.0."],["The `UpdateFunctionRequest` class includes properties for `Function`, which represents the new version of the function, and `UpdateMask`, which is a list of fields to be updated."],["`UpdateFunctionRequest` class has two constructors, a parameterless constructor, and one that allows you to create a new `UpdateFunctionRequest` instance by passing in an existing `UpdateFunctionRequest` instance."]]],[]]