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 for deleting global operations within the Google Cloud Compute V1 API."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enabling various functionalities such as message handling, equality comparison, deep cloning, and buffer operations."],["The `DeleteGlobalOperationRequest` class provides constructors for creating new instances and allows for copying an existing instance."],["The class contains properties `Operation` and `Project`, which are string values representing the operation name and the project ID for the request, respectively."],["There are multiple versions available for this documentation, with the latest version being 3.6.0, and previous versions spanning from 1.0.0 to 3.5.0."]]],[]]