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."],[[["This webpage provides documentation for the `UpdateApiConfigRequest` class, which is used for updating API configurations within the Google Cloud API Gateway service, spanning multiple versions from 1.0.0 to 2.4.0, with 2.4.0 being the latest."],["The `UpdateApiConfigRequest` class inherits from `Object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in message handling and data manipulation."],["The class includes two constructors: a default constructor and one that takes another `UpdateApiConfigRequest` instance as a parameter for creating a new instance, with the latter allowing the instantiation using another object of the same type."],["It has two key properties: `ApiConfig` for the API configuration resource and `UpdateMask`, which specifies which fields within `ApiConfig` should be overwritten during the update process."],["The documentation covers the namespace, assembly and inherited members associated with the `UpdateApiConfigRequest` class and gives links to relevant documentation."]]],[]]