public sealed class DeleteGrpcRouteRequest : IMessage<DeleteGrpcRouteRequest>, IEquatable<DeleteGrpcRouteRequest>, IDeepCloneable<DeleteGrpcRouteRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Network Services v1 API class DeleteGrpcRouteRequest.
[[["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 documentation details the `DeleteGrpcRouteRequest` class, which is used to send requests for deleting a GrpcRoute in the Network Services v1 API."],["The `DeleteGrpcRouteRequest` class is part of the `Google.Cloud.NetworkServices.V1` namespace and is implemented in the `Google.Cloud.NetworkServices.V1.dll` assembly."],["The class implements several interfaces, including `IMessage`, `IEquatable\u003cDeleteGrpcRouteRequest\u003e`, `IDeepCloneable\u003cDeleteGrpcRouteRequest\u003e`, and `IBufferMessage`, along with inheriting from `object`."],["The class has two constructors, one default and one that takes another `DeleteGrpcRouteRequest` as a parameter to clone it."],["It includes properties `GrpcRouteName` and `Name`, where `Name` is a string containing the fully qualified resource name of the GrpcRoute that will be deleted."]]],[]]