public sealed class DeleteEndpointRequest : IMessage<DeleteEndpointRequest>, IEquatable<DeleteEndpointRequest>, IDeepCloneable<DeleteEndpointRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform v1beta1 API class DeleteEndpointRequest.
Request message for
[EndpointService.DeleteEndpoint][google.cloud.aiplatform.v1beta1.EndpointService.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 documentation pertains to the `DeleteEndpointRequest` class within the Google Cloud AI Platform v1beta1 API, specifically within the .NET environment."],["The `DeleteEndpointRequest` class is a request message designed for use with the `EndpointService.DeleteEndpoint` method in the Google Cloud AI Platform."],["This class inherits from the base `object` class and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing capabilities for message handling, equality checks, deep cloning, and buffer operations."],["The `DeleteEndpointRequest` class has properties such as `EndpointName` and `Name`, the latter being a required field that contains the full resource name of the Endpoint to be deleted, formatted as `projects/{project}/locations/{location}/endpoints/{endpoint}`."],["The provided documentation for this class is found within the `Google.Cloud.AIPlatform.V1Beta1` namespace and the `Google.Cloud.AIPlatform.V1Beta1.dll` assembly."]]],[]]