public sealed class UpdateFunctionRequest : IMessage<UpdateFunctionRequest>, IEquatable<UpdateFunctionRequest>, IDeepCloneable<UpdateFunctionRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Functions v2 API class UpdateFunctionRequest.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["This page details the `UpdateFunctionRequest` class, which is part of the Cloud Functions v2 API and is used to request updates to a function."],["The `UpdateFunctionRequest` class is part of the `Google.Cloud.Functions.V2` namespace and is contained within the `Google.Cloud.Functions.V2.dll` assembly."],["The `UpdateFunctionRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `object` class."],["The class has two constructors: a parameterless constructor and one that takes another `UpdateFunctionRequest` object, allowing you to clone a previous `UpdateFunctionRequest` object."],["It includes properties `Function` to define the new version of the function and `UpdateMask` to specify which fields should be updated, and if `UpdateMask` is not provided, all fields will be updated."]]],[]]