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"]],[["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 document provides reference information for the `UpdateFunctionRequest` class within the Google Cloud Functions v1 API for .NET."],["The `UpdateFunctionRequest` class is used to request updates to a Google Cloud Function via the `UpdateFunction` method."],["The latest version for this document is 2.7.0, with previous versions available ranging from 2.6.0 down to 1.1.0."],["This class inherits from `object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `UpdateFunctionRequest` class has two key properties, `Function`, which is the new function version, and `UpdateMask`, used to list the fields that require updating in the `CloudFunction`."]]],[]]