public sealed class DeleteExternalApiRequest : IMessage<DeleteExternalApiRequest>, IEquatable<DeleteExternalApiRequest>, IDeepCloneable<DeleteExternalApiRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the API hub v1 API class DeleteExternalApiRequest.
The [DeleteExternalApi][google.cloud.apihub.v1.ApiHub.DeleteExternalApi]
method's request.
[[["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 page provides documentation for the `DeleteExternalApiRequest` class within the Google Cloud API Hub v1, specifically for the .NET library."],["The `DeleteExternalApiRequest` class is used to create requests for the `DeleteExternalApi` method, which is used to delete an external API resource."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, showing it is designed for Protobuf message handling and supports cloning."],["The `DeleteExternalApiRequest` class includes properties such as `ExternalApiName` and `Name` to specify the external API to be deleted."],["The latest version of this documentation is version 1.0.0, and it is referencing `Google.Cloud.ApiHub.V1.dll` assembly."]]],[]]