public sealed class DeleteEndpointRequest : IMessage<DeleteEndpointRequest>, IEquatable<DeleteEndpointRequest>, IDeepCloneable<DeleteEndpointRequest>, IBufferMessage, IMessage
The request message for
[RegistrationService.DeleteEndpoint][google.cloud.servicedirectory.v1.RegistrationService.DeleteEndpoint].
[[["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 webpage details the `DeleteEndpointRequest` class within the `Google.Cloud.ServiceDirectory.V1` namespace, specifically version 1.2.0."],["The `DeleteEndpointRequest` class is used as a request message for the `RegistrationService.DeleteEndpoint` method in the Google Cloud Service Directory API."],["It implements several interfaces, including `IMessage\u003cDeleteEndpointRequest\u003e`, `IEquatable\u003cDeleteEndpointRequest\u003e`, `IDeepCloneable\u003cDeleteEndpointRequest\u003e`, `IBufferMessage`, and `IMessage`, with the full inheritance being Object \u003e DeleteEndpointRequest."],["The `DeleteEndpointRequest` class has two constructors and two primary properties: `EndpointName`, for an `EndpointName`-typed view, and `Name`, which is a string property representing the required name of the endpoint to delete."],["The document also showcases links to other versions of the `DeleteEndpointRequest`, including the latest 2.6.0 version."]]],[]]