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."],[[["The `DeleteExternalApiRequest` class is part of the API hub v1 API and is used to construct requests for the `DeleteExternalApi` method."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, inheriting from `object`."],["The `DeleteExternalApiRequest` class includes a `Name` property, which is a required string field representing the resource name of the External API to be deleted."],["There is also a property called `ExternalApiName` that is a typed view over the `Name` property, and it is of type `ExternalApiName`."],["There are two constructors provided, a default constructor and one that takes another `DeleteExternalApiRequest` object."]]],[]]