public sealed class DeleteGlobalOperationRequest : IMessage<DeleteGlobalOperationRequest>, IEquatable<DeleteGlobalOperationRequest>, IDeepCloneable<DeleteGlobalOperationRequest>, IBufferMessage, IMessage
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 webpage details the `DeleteGlobalOperationRequest` class within the `Google.Cloud.Compute.V1` namespace, used for requesting the deletion of global operations."],["The latest version available is 3.6.0, and the page provides links to documentation for numerous past versions, including ones as far back as version 1.0.0."],["`DeleteGlobalOperationRequest` inherits from `Object` and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors: a default one and another that accepts a `DeleteGlobalOperationRequest` object for copying, alongside two key properties: `Operation` (the operation resource name) and `Project` (the project ID)."]]],[]]