public sealed class DeleteServiceRequest : IMessage<DeleteServiceRequest>, IEquatable<DeleteServiceRequest>, IDeepCloneable<DeleteServiceRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Service Directory v1 API class DeleteServiceRequest.
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-04-17 UTC."],[[["The `DeleteServiceRequest` class is used to define the request message for deleting a service in the Service Directory v1 API."],["This class is part of the `Google.Cloud.ServiceDirectory.V1` namespace and is found within the `Google.Cloud.ServiceDirectory.V1.dll` assembly."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["`DeleteServiceRequest` has a `Name` property, which is a required string representing the name of the service to be deleted, and also a read-only `ServiceName` property that is a typed view of the name."],["The most current version of the API reference is 2.6.0 and the page contains references to many previous versions, all the way down to 1.0.0."]]],[]]