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 webpage provides reference documentation for the `UpdateFunctionRequest` class within the Google Cloud Functions v2 API, specifically for .NET development."],["`UpdateFunctionRequest` is a class used to update a Cloud Function via the `UpdateFunction` method, and it inherits from the base `object` class while implementing several interfaces."],["The latest version of the API class `UpdateFunctionRequest` is 1.7.0, with several previous versions available, ranging from 1.0.0 to 1.6.0."],["The class includes properties such as `Function`, which represents the updated version of the function, and `UpdateMask`, which specifies which fields should be updated in a request."],["The `UpdateFunctionRequest` class has 2 constructors, one being empty and another that takes in another `UpdateFunctionRequest` object."]]],[]]