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"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["The latest version of the `UpdateFunctionRequest` is 2.7.0, with a comprehensive history of versions including 2.6.0 down to 1.1.0."],["The `UpdateFunctionRequest` class is part of the Cloud Functions v1 API and is used for updating functions, specifically through the `UpdateFunction` method."],["This class inherits from `Object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, showing its place in the greater .NET ecosystem."],["The class exposes two key properties: `Function`, which represents the new version of the function to update, and `UpdateMask`, which is a list of fields that need updating in the `CloudFunction` object."],["It has two constructors, one default constructor to create an empty instance and another to create a new `UpdateFunctionRequest` object based on an existing `UpdateFunctionRequest` instance."]]],[]]