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 information for the `UpdateFunctionRequest` class within the Google Cloud Functions v1 API, specifically for version 2.4.0, but also including links to older and newer versions."],["`UpdateFunctionRequest` is used to request updates to a Google Cloud Function, inheriting from `object` and implementing interfaces like `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The `UpdateFunctionRequest` class includes two key properties: `Function`, representing the new version of the Cloud Function, and `UpdateMask`, indicating which fields within the Cloud Function need to be updated."],["The `UpdateFunctionRequest` class also has two constructors, a default parameter-less constructor, and one that takes in another `UpdateFunctionRequest` object as a parameter, to copy the function."],["The document also outlines the namespce, assembly, and inherited members for the class."]]],[]]