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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["This documentation provides reference information for the `UpdateApiRequest` class within the Google Cloud API Hub V1 API, specifically version 1.0.0-beta02."],["The `UpdateApiRequest` class is used to structure requests for the `UpdateApi` method, as part of the API Hub service for managing API resources."],["The class is an implementation of multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `object` class."],["The class includes properties such as `Api` and `UpdateMask` which are necessary to specify the API resource that needs to be updated, as well as which fields to update."],["There are two constructors available to create a new `UpdateApiRequest` object, one default and one which clones an existing `UpdateApiRequest` object."]]],[]]