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."],[[["The document provides reference documentation for the `UpdateFunctionRequest` class within the Google Cloud Functions v1 API, specifically for version 2.5.0, with links to other versions of the same class."],["`UpdateFunctionRequest` is a class used to construct requests for the `UpdateFunction` method, and it inherits from `object` while implementing several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class `UpdateFunctionRequest` has two constructors, one default and another that accepts another `UpdateFunctionRequest` instance as a parameter."],["The `UpdateFunctionRequest` class contains two key properties: `Function`, representing the new version of the function to be updated, and `UpdateMask`, specifying which fields within `CloudFunction` should be updated."]]],[]]