public sealed class UpdateApiRequest : IMessage<UpdateApiRequest>, IEquatable<UpdateApiRequest>, IDeepCloneable<UpdateApiRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the API Gateway v1 API class UpdateApiRequest.
Field mask is used to specify the fields to be overwritten in the
Api resource by the update.
The fields specified in the update_mask are relative to the resource, not
the full request. A field will be overwritten if it is in the mask. If the
user does not provide a mask then all fields will be overwritten.
[[["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 document provides reference documentation for the `UpdateApiRequest` class within the Google Cloud API Gateway v1 API, specifically version 2.1.0, and contains a list of versions."],["The `UpdateApiRequest` class is used as a request message for the `ApiGatewayService.UpdateApi` method and inherits from `Object`."],["The class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enhancing its functionality."],["`UpdateApiRequest` has two properties: `Api`, which is a required API resource of type `Api`, and `UpdateMask`, which specifies which fields of the `Api` resource are to be updated, with a type of `FieldMask`."],["There are multiple versions of this API, from 1.0.0 up to 2.4.0, with 2.4.0 being the latest version."]]],[]]