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 page details the `DeleteGlobalOperationRequest` class within the `Google.Cloud.Compute.V1` namespace, used for requesting the deletion of a global operation."],["The latest version of this resource is 3.6.0, with a range of previous versions accessible from 1.0.0 onwards, each with its corresponding documentation."],["The `DeleteGlobalOperationRequest` class inherits from `Object` and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of the `DeleteGlobalOperationRequest` class include `Operation` (the name of the operation to delete) and `Project` (the ID of the project associated with the request), both of which are strings."],["The class provides two constructors, one default and one that takes a `DeleteGlobalOperationRequest` object as a parameter, for creation of instances."]]],[]]