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 page 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 implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its functionality in handling and manipulating data."],["The current latest version available is 3.6.0, with version 1.0.0 being the earliest listed, spanning over multiple listed versions of this operation response."],["The class inherits members from `Object`, providing standard object-related methods such as `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`."],["There are two listed constructors for `DeleteGlobalOperationResponse`, one default and one allowing another `DeleteGlobalOperationResponse` object to be used for construction, as per the provided content."]]],[]]