public sealed class DeleteFunctionRequest : IMessage<DeleteFunctionRequest>, IEquatable<DeleteFunctionRequest>, IDeepCloneable<DeleteFunctionRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Functions v2 API class DeleteFunctionRequest.
[[["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 `DeleteFunctionRequest` class in the Google Cloud Functions v2 API is used to request the deletion of a function."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, offering functionalities like message handling, equality checks, deep cloning, and buffered message operations."],["The class is found within the `Google.Cloud.Functions.V2` namespace and is included in the `Google.Cloud.Functions.V2.dll` assembly."],["`DeleteFunctionRequest` has two constructors, one default and one that accepts another `DeleteFunctionRequest` object for cloning."],["It contains properties such as `FunctionName` (a typed view) and `Name` (a string), where `Name` is the required identifier of the function to be deleted."]]],[]]