public sealed class UpdateApiConfigRequest : IMessage<UpdateApiConfigRequest>, IEquatable<UpdateApiConfigRequest>, IDeepCloneable<UpdateApiConfigRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the API Gateway v1 API class UpdateApiConfigRequest.
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 document provides reference documentation for the `UpdateApiConfigRequest` class within the Google Cloud API Gateway v1 API, specifically version 2.1.0."],["`UpdateApiConfigRequest` is a request message used to update an API configuration via the `ApiGatewayService.UpdateApiConfig` method."],["The `UpdateApiConfigRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `Object` class."],["The class has two constructors: a default one and one that takes another `UpdateApiConfigRequest` object for copying, with properties `ApiConfig` for the API Config resource, and `UpdateMask` for specifying which fields to update."],["The latest version available for the API Gateway v1 API is 2.4.0, and several other previous versions are also listed such as 2.3.0, 2.2.0, 2.0.0, 1.1.0, and 1.0.0."]]],[]]