public sealed class DeleteRegionOperationRequest : IMessage<DeleteRegionOperationRequest>, IEquatable<DeleteRegionOperationRequest>, IDeepCloneable<DeleteRegionOperationRequest>, IBufferMessage, IMessage
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 a request message used for deleting a region operation within the Google Cloud Compute API, specifically in the `Google.Cloud.Compute.V1` namespace."],["The latest version of the Google.Cloud.Compute.V1 package available is 3.6.0, while this specific page is for version 1.4.0 and lists versions dating back to 1.0.0."],["The class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing for functionality like message handling, comparison, cloning, and efficient data buffering."],["The `DeleteRegionOperationRequest` class includes properties such as `Operation`, `Project`, and `Region`, which are all strings used to specify the operation, project ID, and region relevant to the deletion request."],["The class provides two constructors: a default one and another that takes a `DeleteRegionOperationRequest` object for copying, as well as inheriting common methods from the base `Object` class."]]],[]]