public sealed class DeleteEndpointRequest : IMessage<DeleteEndpointRequest>, IEquatable<DeleteEndpointRequest>, IDeepCloneable<DeleteEndpointRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Service Directory v1beta1 API class DeleteEndpointRequest.
The request message for
[RegistrationService.DeleteEndpoint][google.cloud.servicedirectory.v1beta1.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 information for the `DeleteEndpointRequest` class within the Google Cloud Service Directory v1beta1 API, specifically version 2.0.0-beta05."],["The `DeleteEndpointRequest` class is a request message used for deleting an endpoint via the `RegistrationService.DeleteEndpoint` method, implementing interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key functionalities include constructors for creating a new `DeleteEndpointRequest` object, and properties such as `EndpointName` (typed view) and `Name` (string) for specifying the endpoint to be deleted."],["The class inherits members from the base `object` class and is located within the `Google.Cloud.ServiceDirectory.V1Beta1` namespace and the `Google.Cloud.ServiceDirectory.V1Beta1.dll` assembly."],["The latest version available for this is `2.0.0-beta06`, with version `1.0.0-beta06` also referenced."]]],[]]