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-04-17 UTC."],[[["`DeleteExternalApiRequest` is a class within the Google Cloud API Hub v1 API, specifically for the `DeleteExternalApi` method's request, and is part of version 1.0.0-beta02."],["This class inherits from `object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, offering functionalities like message handling, equality comparison, deep cloning, and buffered message support."],["It provides two constructors: a default one and one that allows for creating a copy of an existing `DeleteExternalApiRequest` instance."],["The class includes properties like `ExternalApiName`, which provides a typed view over the resource name, and `Name`, a string property that specifies the name of the external API resource to be deleted, following a specific format."],["The `DeleteExternalApiRequest` is found within the `Google.Cloud.ApiHub.V1` namespace, and its methods are described in the provided documentation."]]],[]]