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-21 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 numerous previous versions, including those between 1.0.0 to 3.5.0."],["`DeleteGlobalOperationRequest` inherits from `Object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces."],["The `DeleteGlobalOperationRequest` class has two constructors, one parameterless and one that takes another `DeleteGlobalOperationRequest` object, and includes `Operation` and `Project` properties as strings."],["The page lists inherited members from `Object`, which include `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`."]]],[]]