public sealed class UpdateApiRequest : IMessage<UpdateApiRequest>, IEquatable<UpdateApiRequest>, IDeepCloneable<UpdateApiRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the API hub v1 API class UpdateApiRequest.
The [UpdateApi][google.cloud.apihub.v1.ApiHub.UpdateApi] 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."],[[["This page provides documentation for the `UpdateApiRequest` class within the Google Cloud API Hub v1 API."],["`UpdateApiRequest` is a request object used by the `UpdateApi` method and inherits from base classes like `object` and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable` and `IBufferMessage`."],["The class includes properties such as `Api` (the API resource to update) and `UpdateMask` (the list of fields to update), both of which are required for proper use of the `UpdateApi` method."],["There are two constructors for `UpdateApiRequest`, one which is the default constructor and the other that copies an existing `UpdateApiRequest` object."]]],[]]