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-04-09 UTC."],[[["The `DeleteRegionOperationRequest` class in the Google.Cloud.Compute.V1 API allows users to delete a Region Operation resource, as detailed in its method description."],["This class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enhancing its functionalities."],["The `DeleteRegionOperationRequest` class includes constructors to create a new instance and to clone from an existing instance."],["The class has three main properties: `Operation`, `Project`, and `Region`, which respectively require the name or ID of the operation, the project ID, and the name of the region."],["This page lists different versions of the `DeleteRegionOperationRequest` documentation, ranging from version 1.0.0 up to 3.6.0 (latest)."]]],[]]