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-24 UTC."],[[["This page provides reference documentation for the `DeleteGlobalOperationRequest` class within the Compute Engine v1 API."],["The `DeleteGlobalOperationRequest` class is part of the `Google.Cloud.Compute.V1` namespace, and the latest version is 3.6.0, with previous versions also listed down to version 1.0.0."],["This request class is used for the `GlobalOperations.Delete` method and its primary purpose is to define the structure for deleting a global operation."],["The `DeleteGlobalOperationRequest` class inherits from `Object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors, one default and one that accepts another `DeleteGlobalOperationRequest` object, and it contains two properties: `Operation` (the name of the operation) and `Project` (the project ID)."]]],[]]