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 for .NET."],["The latest version available is 3.6.0, with a list of all the versions going down to 1.0.0, with their links provided."],["The `DeleteRegionOperationRequest` class is used to construct a request to delete a region operation, implementing multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has properties such as `Operation`, `Project`, and `Region` which allow users to specify the operation, project ID, and region name for the delete request, respectively."],["This class is a part of the `Google.Cloud.Compute.V1` namespace, and is contained within the Google.Cloud.Compute.V1.dll assembly."]]],[]]