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."],[[["The `DeleteGlobalOperationRequest` class is used for requesting the deletion of a global operation in the Compute Engine v1 API."],["This class is part of the `Google.Cloud.Compute.V1` namespace and is available in the `Google.Cloud.Compute.V1.dll` assembly, with a latest version of 3.6.0, and the current version of the document being 2.5.0."],["It inherits from `Object` and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It has two constructors: a default one and another that takes another `DeleteGlobalOperationRequest` instance for parameter."],["The class has two properties `Operation`, which is a string representing the name of the operation to delete and `Project`, which is also a string representing the ID of the project the request is being made to."]]],[]]