public sealed class UpdateApiConfigRequest : IMessage<UpdateApiConfigRequest>, IEquatable<UpdateApiConfigRequest>, IDeepCloneable<UpdateApiConfigRequest>, IBufferMessage, IMessage
Request message for ApiGatewayService.UpdateApiConfig
Field mask is used to specify the fields to be overwritten in the
ApiConfig 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."],[[["The `UpdateApiConfigRequest` class is used to request updates to an API configuration in the Google Cloud API Gateway service."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing for message manipulation, comparison, deep cloning, and buffer handling."],["`UpdateApiConfigRequest` contains two main properties, `ApiConfig` which is the API Config resource, and `UpdateMask`, which specifies the fields to be overwritten during the update."],["The class has two constructors, a parameterless one and one that accepts another `UpdateApiConfigRequest` object for initialization."],["The latest version of the `UpdateApiConfigRequest` class is 2.4.0, with older versions like 1.1.0 also being documented here."]]],[]]