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 documentation for the `UpdateFunctionRequest` class within the Google Cloud Functions v1 API, specifically for version 2.5.0, with links to other versions of the same class."],["`UpdateFunctionRequest` is a class used to construct requests for the `UpdateFunction` method, and it inherits from `object` while implementing several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class `UpdateFunctionRequest` has two constructors, one default and another that accepts another `UpdateFunctionRequest` instance as a parameter."],["The `UpdateFunctionRequest` class contains two key properties: `Function`, representing the new version of the function to be updated, and `UpdateMask`, specifying which fields within `CloudFunction` should be updated."]]],[]]