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 latest version of the `UpdateFunctionRequest` class is 2.7.0, representing the most current release of this API class."],["This class is part of the Google Cloud Functions v1 API, found within the `Google.Cloud.Functions.V1` namespace, and is used to send requests to the `UpdateFunction` method."],["The `UpdateFunctionRequest` class implements several interfaces, including `IMessage`, `IEquatable\u003cUpdateFunctionRequest\u003e`, `IDeepCloneable\u003cUpdateFunctionRequest\u003e`, and `IBufferMessage`, indicating its capabilities for message handling, comparison, cloning, and buffering."],["The class contains properties `Function` of type `CloudFunction`, which is a new version of the function, and `UpdateMask` of type `FieldMask` to specify fields that need to be updated."],["Several previous versions of the `UpdateFunctionRequest` class are available, ranging from version 2.6.0 down to 1.1.0, alongside the latest version for the user to utilize."]]],[]]