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-03-21 UTC."],[[["This documentation covers the `UpdateApiRequest` class, which is part of the Google Cloud API Hub v1 API, specifically within the namespace `Google.Cloud.ApiHub.V1`."],["The `UpdateApiRequest` class is used as the request type for the `UpdateApi` method, allowing users to specify the details of the API resource they wish to modify."],["This class inherits from `object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `UpdateApiRequest` class has two constructors, a parameterless constructor and one that takes another `UpdateApiRequest` object, and includes properties such as `Api` and `UpdateMask`."],["The update method is used by referencing the name field of the API resource, and the `UpdateMask` property dictates the specific fields that will be modified during the update process."]]],[]]