public sealed class DeleteGlobalOperationRequest : IMessage<DeleteGlobalOperationRequest>, IEquatable<DeleteGlobalOperationRequest>, IDeepCloneable<DeleteGlobalOperationRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Compute Engine v1 API class DeleteGlobalOperationRequest.
A request message for GlobalOperations.Delete. See the method description for details.
[[["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."],[[["This webpage provides reference documentation for the `DeleteGlobalOperationRequest` class within the Compute Engine v1 API, specifically for the .NET library."],["The `DeleteGlobalOperationRequest` class is a request message used by the `GlobalOperations.Delete` method, to delete an operation by name."],["The documentation includes a list of all available versions of the class, from the most recent at `3.6.0`, to the oldest at `1.0.0`, alongside version `2.7.0`."],["The page outlines the class's inheritance structure, listing its implemented interfaces such as `IMessage`, `IEquatable`, and `IDeepCloneable`."],["It details the `Operation` and `Project` properties, explaining their purpose as the operation name and the project ID for the request, respectively."]]],[]]