public sealed class InsertRouteRequest : IMessage<InsertRouteRequest>, IEquatable<InsertRouteRequest>, IDeepCloneable<InsertRouteRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Compute Engine v1 API class InsertRouteRequest.
A request message for Routes.Insert. 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-03-21 UTC."],[[["This webpage provides documentation for the `InsertRouteRequest` class within the Google Cloud Compute Engine v1 API, specifically for .NET developers, across multiple versions, with the latest being 3.6.0."],["The `InsertRouteRequest` class is used to send requests for the `Routes.Insert` method and includes properties such as `Project`, `RequestId`, and `RouteResource` to manage route creation."],["The `InsertRouteRequest` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, offering functionalities like request identification, and object cloning, among others."],["The documentation details the constructors and properties of the `InsertRouteRequest` class, including descriptions and data types for each, as well as its inheritance from the `object` class."],["This API class allows developers to interact with the Google Cloud Compute Engine for managing route resources, and includes a range of versions from 1.0.0 up to the most recent 3.6.0, which are all listed within the content."]]],[]]