public sealed class CreateHttpRouteRequest : IMessage<CreateHttpRouteRequest>, IEquatable<CreateHttpRouteRequest>, IDeepCloneable<CreateHttpRouteRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Network Services v1 API class CreateHttpRouteRequest.
[[["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."],[[["`CreateHttpRouteRequest` is a class in the Network Services v1 API used to create HTTP route requests, as described in the provided documentation."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in message handling and data manipulation."],["The `CreateHttpRouteRequest` class includes properties such as `HttpRoute`, `HttpRouteId`, `Parent`, and `ParentAsLocationName`, which are required to define and identify the HTTP route resource to be created."],["There are two constructors available for the `CreateHttpRouteRequest` class, one default constructor and one that takes another `CreateHttpRouteRequest` object as a parameter for copying."],["The `CreateHttpRouteRequest` class is located within the `Google.Cloud.NetworkServices.V1` namespace and is part of the `Google.Cloud.NetworkServices.V1.dll` assembly."]]],[]]