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-31 UTC."],[[["The document provides reference documentation for the `DeleteGlobalOperationRequest` class within the Compute Engine v1 API, specifically for version 3.4.0 of the Google.Cloud.Compute.V1 .NET library."],["`DeleteGlobalOperationRequest` is used to construct request messages for the GlobalOperations.Delete method."],["The class inherits from `object` and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties for `Operation` (the name of the operation to delete) and `Project` (the ID of the project)."],["The document lists links to documentation for the same method in older versions, as well as the latest version, ranging from version 1.0.0 to 3.6.0."]]],[]]