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 a global operation in Google Cloud Compute."],["This class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities for message handling, equality checks, deep cloning, and buffer message handling respectively."],["The latest version for the `DeleteGlobalOperationRequest` is 3.6.0, but many prior versions, ranging from 1.0.0 to 3.5.0 are also listed and accessible."],["The class has two constructors: a default constructor `DeleteGlobalOperationRequest()` and an overloaded constructor `DeleteGlobalOperationRequest(DeleteGlobalOperationRequest other)` for creating a copy of an existing instance."],["The `DeleteGlobalOperationRequest` class contains two properties, `Operation` and `Project`, which are both strings and represent the name of the operation to be deleted and the project ID, respectively."]]],[]]