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."],[[["The `UpdateFunctionRequest` class is used to update a function in the Cloud Functions v2 API."],["This class is a part of the `Google.Cloud.Functions.V2` namespace within the `Google.Cloud.Functions.V2.dll` assembly, which contains the functionality for the Cloud Functions V2."],["The `UpdateFunctionRequest` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It has properties such as `Function` to specify the updated function version and `UpdateMask` to define the fields to be updated."],["There are multiple versions of the documentation available for the updateFunctionRequest with version 1.7.0 being the latest."]]],[]]