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 within the `Google.Cloud.ApiGateway.V1` namespace, version 2.0.0 of the API."],["`UpdateApiConfigRequest` is a request message used for updating an ApiConfig via the `ApiGatewayService`, and it implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties `ApiConfig` and `UpdateMask`, which are respectively used to specify the API Config resource being updated and to determine which fields will be overwritten."],["There are two constructors available for `UpdateApiConfigRequest`: a default constructor and one that accepts another `UpdateApiConfigRequest` object for copying."],["The latest version for this API is 2.4.0, and there are links provided for the available versions, from 1.0.0 to the latest 2.4.0."]]],[]]