public sealed class DeleteNetworkRequest : IMessage<DeleteNetworkRequest>, IEquatable<DeleteNetworkRequest>, IDeepCloneable<DeleteNetworkRequest>, IBufferMessage, IMessage
A request message for Networks.Delete. See the method description for details.
An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
[[["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-02 UTC."],[[["This document outlines the `DeleteNetworkRequest` class, which is used to send requests to delete networks within Google Cloud Compute."],["The `DeleteNetworkRequest` class is part of the `Google.Cloud.Compute.V1` namespace and is available in the `Google.Cloud.Compute.V1.dll` assembly, with versioning ranging from 1.0.0 up to the latest 3.6.0."],["This class inherits from `Object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities like message management, equality checks, deep cloning, and buffer message handling."],["The class has properties such as `Network`, `Project`, `RequestId`, and `HasRequestId`, allowing you to define the network to delete, the associated project, an optional unique request ID, and check whether a request id is present."],["Constructors are provided for creating a new `DeleteNetworkRequest` instance or copying an existing one, allowing you to create a blank message or copy an already existing one."]]],[]]