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-03-21 UTC."],[[["This webpage provides reference documentation for the `DeleteEndpointRequest` class within the Google Cloud Service Directory v1 API."],["The latest version of the `DeleteEndpointRequest` class is 2.6.0, but older versions ranging from 1.0.0 to 2.5.0 are also available in this document."],["`DeleteEndpointRequest` is the message used for `RegistrationService.DeleteEndpoint`, inheriting from `object` and implementing several interfaces, including `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The class includes properties such as `EndpointName` (of type `EndpointName`) and `Name` (of type string), which is a required property, it indicates the name of the endpoint to be deleted."],["There are two constructors available for this class, one default and one taking an existing `DeleteEndpointRequest` object as a parameter for creating a copy."]]],[]]