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 details the `DeleteGlobalOperationResponse` class within the `Google.Cloud.Compute.V1` namespace, which is used as a response message for GlobalOperations.Delete within the Google Cloud Compute API."],["The class is part of the `Google.Cloud.Compute.V1.dll` assembly, implementing several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Multiple versions of the `DeleteGlobalOperationResponse` class are documented, ranging from version 1.0.0 up to the latest version 3.6.0."],["The `DeleteGlobalOperationResponse` class inherits from the base `Object` class and has two constructors: a default constructor and one that accepts another `DeleteGlobalOperationResponse` object as a parameter."],["The page also details the inherited members of the base `Object` class such as GetHashCode, GetType, MemberwiseClone, and ToString."]]],[]]