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 part of the API hub v1 API and is used to define the request for the `UpdateExternalApi` method."],["This class inherits from `object` and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, making it versatile for handling API requests."],["It has two constructors: a default constructor and one that accepts another `UpdateExternalApiRequest` object, allowing for easy copying of requests."],["The class includes two properties, `ExternalApi` and `UpdateMask`, which are both required to specify the resource to update and the fields that need updating."],["The current documentation version is `1.0.0-beta02`, but there is also a `1.0.0` version available."]]],[]]