public sealed class UpdateFunctionRequest : IMessage<UpdateFunctionRequest>, IEquatable<UpdateFunctionRequest>, IDeepCloneable<UpdateFunctionRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Functions v1 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 document provides reference information for the `UpdateFunctionRequest` class within the Google Cloud Functions v1 API, specifically for version 2.4.0, but also including links to older and newer versions."],["`UpdateFunctionRequest` is used to request updates to a Google Cloud Function, inheriting from `object` and implementing interfaces like `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The `UpdateFunctionRequest` class includes two key properties: `Function`, representing the new version of the Cloud Function, and `UpdateMask`, indicating which fields within the Cloud Function need to be updated."],["The `UpdateFunctionRequest` class also has two constructors, a default parameter-less constructor, and one that takes in another `UpdateFunctionRequest` object as a parameter, to copy the function."],["The document also outlines the namespce, assembly, and inherited members for the class."]]],[]]