public sealed class DeleteOperationRequest : IMessage<DeleteOperationRequest>, IEquatable<DeleteOperationRequest>, IDeepCloneable<DeleteOperationRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google.LongRunning class DeleteOperationRequest.
The request message for [Operations.DeleteOperation][google.longrunning.Operations.DeleteOperation].
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["This documentation is for the `DeleteOperationRequest` class within the `Google.LongRunning` namespace, used for deleting operations."],["The `DeleteOperationRequest` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes two constructors: a default constructor and one that accepts another `DeleteOperationRequest` object as a parameter."],["The `DeleteOperationRequest` class has one property, `Name`, which is a string that represents the name of the operation to be deleted."],["The latest version of the `Google.LongRunning` package is 3.3.0, with previous versions including 3.2.0, 3.1.0, 3.0.0, 2.3.0, and 2.2.0 also available."]]],[]]