public sealed class DeleteEndpointRequest : IMessage<DeleteEndpointRequest>, IEquatable<DeleteEndpointRequest>, IDeepCloneable<DeleteEndpointRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Service Directory v1 API class DeleteEndpointRequest.
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-04-17 UTC."],[[["This webpage provides reference documentation for the `DeleteEndpointRequest` class within the Service Directory v1 API from Google Cloud."],["The `DeleteEndpointRequest` class is used as a request message for deleting an endpoint in the `RegistrationService`."],["The current version of this page covers version 2.5.0 of the API, and it includes links to older versions as well as the latest, 2.6.0."],["The class `DeleteEndpointRequest` implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces, showing its capabilities for handling messages and cloning."],["The class has properties including `EndpointName`, a `EndpointName`-typed view, and `Name`, a string, which are used for identifying the specific endpoint to be deleted."]]],[]]