public sealed class UpdateFunctionRequest : IMessage<UpdateFunctionRequest>, IEquatable<UpdateFunctionRequest>, IDeepCloneable<UpdateFunctionRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Functions v2beta 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 page provides reference documentation for the `UpdateFunctionRequest` class within the Cloud Functions v2beta API for .NET."],["`UpdateFunctionRequest` is used to request the `UpdateFunction` method, inheriting from `object` and implementing several interfaces like `IMessage` and `IEquatable`."],["The `UpdateFunctionRequest` class has two constructors and two key properties, `Function` to contain the new version of the function and `UpdateMask` to specify which fields to update."],["The latest version of the documentation covered in the page is `1.0.0-beta07`."],["The `UpdateFunctionRequest` is part of the `Google.Cloud.Functions.V2Beta` namespace and is located in the `Google.Cloud.Functions.V2Beta.dll` assembly."]]],[]]