public sealed class DeleteGlobalOperationResponse : IMessage<DeleteGlobalOperationResponse>, IEquatable<DeleteGlobalOperationResponse>, IDeepCloneable<DeleteGlobalOperationResponse>, IBufferMessage, IMessage
A response 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."],[[["This webpage provides documentation for the `DeleteGlobalOperationResponse` class within the `Google.Cloud.Compute.V1` namespace, detailing its structure and usage."],["The latest version of the `DeleteGlobalOperationResponse` class is 3.6.0, with previous versions from 3.5.0 back to 1.0.0 also documented here."],["`DeleteGlobalOperationResponse` is a response message used for GlobalOperations.Delete, and it implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors: a default constructor `DeleteGlobalOperationResponse()` and a copy constructor `DeleteGlobalOperationResponse(DeleteGlobalOperationResponse other)`."],["This documentation also includes a list of inherited members from the `Object` class, along with links for further information."]]],[]]