public sealed class DeleteRegionOperationRequest : IMessage<DeleteRegionOperationRequest>, IEquatable<DeleteRegionOperationRequest>, IDeepCloneable<DeleteRegionOperationRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Compute Engine v1 API class DeleteRegionOperationRequest.
A request message for RegionOperations.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 provides reference documentation for the `DeleteRegionOperationRequest` class within the Compute Engine v1 API, specifically for .NET developers using Google Cloud."],["The latest version of the `DeleteRegionOperationRequest` API is 3.6.0, and multiple previous versions are listed, ranging from 3.5.0 down to 1.0.0."],["`DeleteRegionOperationRequest` is a class that facilitates the deletion of an Operations resource in a specific region, as part of Google Cloud's Compute Engine."],["The class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its capabilities for various data handling and comparison operations."],["The class includes properties such as `Operation`, `Project`, and `Region`, which are used to define the specific operation to delete and its location within the Google Cloud infrastructure."]]],[]]