public sealed class DeleteServiceRequest : IMessage<DeleteServiceRequest>, IEquatable<DeleteServiceRequest>, IDeepCloneable<DeleteServiceRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Service Directory v1beta1 API class DeleteServiceRequest.
The request message for
[RegistrationService.DeleteService][google.cloud.servicedirectory.v1beta1.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."],[[["This page provides reference documentation for the `DeleteServiceRequest` class within the Service Directory v1beta1 API, specifically for the .NET environment."],["`DeleteServiceRequest` is a request message used with `RegistrationService.DeleteService` to delete a service."],["The class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `object` class."],["The `DeleteServiceRequest` class has properties such as `Name` (a string) and `ServiceName` (a `ServiceName` type) to identify the service to be deleted."],["There are 3 versions available for the DeleteServiceRequest, `2.0.0-beta06`, `2.0.0-beta05`, and `1.0.0-beta06`."]]],[]]