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."],[[["The `DeleteGlobalOperationRequest` class is a request message used for deleting global operations in the Google Cloud Compute API, specifically within the `Google.Cloud.Compute.V1` namespace."],["This page details versions of the `DeleteGlobalOperationRequest` class, ranging from version 1.0.0 to the latest 3.6.0, with the latest being 3.6.0."],["The class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` while inheriting from the base `Object` class."],["`DeleteGlobalOperationRequest` has two constructors: a default constructor and a copy constructor that accepts another `DeleteGlobalOperationRequest` object as a parameter."],["It contains properties for `Operation` and `Project`, both of which are string types, detailing the operation's name and the project's ID for the request, respectively."]]],[]]