public sealed class DeleteServiceRequest : IMessage<DeleteServiceRequest>, IEquatable<DeleteServiceRequest>, IDeepCloneable<DeleteServiceRequest>, IBufferMessage, IMessage
The request message for
[RegistrationService.DeleteService][google.cloud.servicedirectory.v1.RegistrationService.DeleteService].
[[["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."],[[["The `DeleteServiceRequest` class is used to create a request for deleting a service in the Google Cloud Service Directory, specifically for the `RegistrationService.DeleteService` method."],["This class is part of the `Google.Cloud.ServiceDirectory.V1` namespace, which is within the `Google.Cloud.ServiceDirectory.V1.dll` assembly and version 1.0.0."],["The `DeleteServiceRequest` class has properties such as `Name` (a string representing the service's name) and `ServiceName` (a `ServiceName`-typed view of the `Name` resource)."],["It implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities for message handling, equality checks, deep cloning, and buffer operations."],["The current latest version for the DeleteServiceRequest is 2.6.0, with previous versions ranging down to 1.0.0 available, all contained within the .NET documentation."]]],[]]