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