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 document provides reference documentation for the `DeleteEndpointRequest` class within the Google Cloud Service Directory v1 API, specifically version 2.4.0."],["The `DeleteEndpointRequest` class is a request message used for the `RegistrationService.DeleteEndpoint` method and is implemented through various interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `DeleteEndpointRequest` class includes two constructors: a default constructor and a constructor that accepts another `DeleteEndpointRequest` object, offering flexibility in creating instances."],["Key properties of the class include `EndpointName`, which provides a typed view over the resource name, and `Name`, a string representing the required name of the endpoint to delete."],["This documentation also provides access to versions of the `DeleteEndpointRequest` all the way back to 1.0.0 and the most current version 2.6.0."]]],[]]