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"]],[["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."],[[["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."]]],[]]