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