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-03-21 UTC."],[[["The `UpdateExternalApiRequest` class is used as a request object for the `UpdateExternalApi` method within the API hub v1 API."],["This class inherits from `object` and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `UpdateExternalApiRequest` class provides two constructors, a default constructor and one that takes another `UpdateExternalApiRequest` instance."],["It contains two properties: `ExternalApi`, representing the External API resource to update, and `UpdateMask`, specifying the fields to be updated."],["The `ExternalApi` property requires the external API's resource name, and its format should be `projects/{project}/locations/{location}/externalApis/{externalApi}`."]]],[]]