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."],[[["The webpage details the `DeleteGlobalOperationResponse` class within the `Google.Cloud.Compute.V1` namespace, specifically for .NET development."],["This class is designed as a response message for GlobalOperations.Delete, and is contained within the Google.Cloud.Compute.V1.dll assembly."],["Version 3.6.0 is the latest release available for `DeleteGlobalOperationResponse`, with a range of versions going back to version 1.0.0, and includes version 2.0.0 as an available option."],["The `DeleteGlobalOperationResponse` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class inherits members from the Object class and has two constructors available: one default and one that takes another DeleteGlobalOperationResponse object."]]],[]]