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-21 UTC."],[[["The `DeleteRegionOperationRequest` class is part of the Google Cloud Compute Engine v1 API, and is used to manage the deletion of region operations."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."],["The class has constructors for creating instances, including a parameter to duplicate the instance, and is found in the `Google.Cloud.Compute.V1` namespace."],["Key properties of `DeleteRegionOperationRequest` include `Operation` (the name of the operation to delete), `Project` (the project ID), and `Region` (the name of the region)."],["This webpage documents versions of `DeleteRegionOperationRequest` class from 1.0.0 all the way up to the latest 3.6.0, with the current version shown as 2.6.0."]]],[]]