public sealed class UpdateExternalApiRequest : IMessage<UpdateExternalApiRequest>, IEquatable<UpdateExternalApiRequest>, IDeepCloneable<UpdateExternalApiRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the API hub v1 API class UpdateExternalApiRequest.
The [UpdateExternalApi][google.cloud.apihub.v1.ApiHub.UpdateExternalApi]
method's request.
The External API resource's name field is used to identify the External
API resource to update. Format:
projects/{project}/locations/{location}/externalApis/{externalApi}
[[["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."],[[["This documentation covers the `UpdateExternalApiRequest` class within the Google Cloud API Hub v1 API, which is used to construct requests for the `UpdateExternalApi` method."],["The `UpdateExternalApiRequest` class inherits from `object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It features two constructors: a default constructor `UpdateExternalApiRequest()` and another that accepts an `UpdateExternalApiRequest` object as a parameter."],["The class includes two primary properties: `ExternalApi`, which represents the API resource being updated, and `UpdateMask`, which specifies the fields that should be modified."],["This `UpdateExternalApiRequest` is found in the Google.Cloud.ApiHub.V1 namespace, within the Google.Cloud.ApiHub.V1.dll assembly."]]],[]]