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."],[[["The `DeleteGlobalOperationRequest` class is a request message for deleting global operations within the Google Cloud Compute V1 API."],["This class is available in multiple versions, ranging from 1.0.0 to the latest 3.6.0, under the `Google.Cloud.Compute.V1` namespace, with version 2.0.0 highlighted at the top of the webpage."],["`DeleteGlobalOperationRequest` implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` and inherits members from the `Object` class."],["The class includes two constructors, a default constructor, and a copy constructor that takes another `DeleteGlobalOperationRequest` object as a parameter."],["It has two main properties, `Operation`, which specifies the name of the operation to delete, and `Project`, which indicates the project ID for the operation."]]],[]]