public sealed class DeleteOperationRequest : IMessage<DeleteOperationRequest>, IEquatable<DeleteOperationRequest>, IDeepCloneable<DeleteOperationRequest>, IBufferMessage, IMessage
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"]],[["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-04-17 UTC."],[[["The `DeleteOperationRequest` class is used to send requests for deleting operations in the `google.longrunning.Operations` service."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enabling functionality such as message handling, equality comparisons, deep cloning, and buffer management."],["The class inherits members from the base `Object` class, including `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`."],["`DeleteOperationRequest` includes two constructors, a default constructor and one that accepts another `DeleteOperationRequest` object for creating a copy."],["The `Name` property of the class, which is of type string, is set to represent the name of the operation to be deleted."]]],[]]