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 implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, which are relevant for protocol buffer interactions and object management."],["The class has two constructors: a default one and one that takes another `DeleteGlobalOperationRequest` object for deep cloning."],["The `DeleteGlobalOperationRequest` class has two key properties, `Operation` (name of the Operations resource to delete) and `Project` (Project ID), both of which are strings."],["The webpage provides a list of versions ranging from 1.0.0 to the latest version, 3.6.0, of the `DeleteGlobalOperationRequest` class."]]],[]]