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, specifically for version 2.2.0."],["The `DeleteEndpointRequest` class is used as the request message for the `RegistrationService.DeleteEndpoint` method and it inherits from `object` while also implementing several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It includes constructors for creating a new `DeleteEndpointRequest` object and for creating a copy of an existing one."],["The class contains two properties: `EndpointName`, which provides a typed view of the endpoint name, and `Name`, a string representing the required name of the endpoint to be deleted."],["There are various versions of this API available, ranging from 1.0.0 to the latest version, 2.6.0, with each listed out on the page."]]],[]]