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"]],[["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."],[[["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."]]],[]]