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."],[[["The `DeleteEndpointRequest` class is used to send a request to delete an endpoint within the Google Cloud Service Directory."],["The latest version of this class is 2.6.0, and multiple versions ranging from 1.0.0 to 2.6.0 are available for use."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing it to be used with protocol buffers and support deep cloning and equality checks."],["The `DeleteEndpointRequest` class has two constructors, a default constructor and a constructor to clone another `DeleteEndpointRequest`."],["The `DeleteEndpointRequest` has properties to support `EndpointName` with a typed view, and the `Name` property, which is the required name of the endpoint to be deleted."]]],[]]