public sealed class DeleteGlobalOperationRequest : IMessage<DeleteGlobalOperationRequest>, IEquatable<DeleteGlobalOperationRequest>, IDeepCloneable<DeleteGlobalOperationRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Compute Engine v1 API class DeleteGlobalOperationRequest.
A request 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 latest version available for `DeleteGlobalOperationRequest` is 3.6.0, but this documentation page is specific to version 2.6.0."],["`DeleteGlobalOperationRequest` is a class within the Compute Engine v1 API, specifically part of the `Google.Cloud.Compute.V1` namespace."],["This class is designed as a request message for the `GlobalOperations.Delete` method and can be used with various .NET versions of Google Cloud Compute API."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits members from `Object`."],["The class includes properties such as `Operation` and `Project`, which are of type String and represent the name of the Operations resource to delete and the Project ID, respectively."]]],[]]