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-21 UTC."],[[["This page details the `DeleteGlobalOperationResponse` class within the `Google.Cloud.Compute.V1` namespace, specifically for the .NET environment, with the latest version being 3.6.0 and a total of 30 versions listed."],["The `DeleteGlobalOperationResponse` class is a response message used for GlobalOperations.Delete, as defined by its purpose and the included documentation."],["The `DeleteGlobalOperationResponse` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `Object` class."],["It provides two constructors, a default constructor and a copy constructor that accepts another `DeleteGlobalOperationResponse` object as a parameter."],["The page also lists the inherited members, such as `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()` from the `Object` class."]]],[]]