public sealed class UpdateGatewayRequest : IMessage<UpdateGatewayRequest>, IEquatable<UpdateGatewayRequest>, IDeepCloneable<UpdateGatewayRequest>, IBufferMessage, IMessage
Request message for ApiGatewayService.UpdateGateway
Field mask is used to specify the fields to be overwritten in the
Gateway 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 describes the `UpdateGatewayRequest` class, which is used to send a request to update a Gateway resource in the Google Cloud ApiGateway service."],["The `UpdateGatewayRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its capabilities for message handling, equality comparison, deep cloning, and buffered operations."],["The class has two constructors: a default constructor `UpdateGatewayRequest()` and a copy constructor `UpdateGatewayRequest(UpdateGatewayRequest other)`."],["It contains two key properties: `Gateway`, which is the resource to be updated, and `UpdateMask`, which specifies the fields of the gateway to be modified."],["The latest version of this content is `2.4.0`, with versions ranging back to `1.0.0`, indicating the history of the `UpdateGatewayRequest` documentation."]]],[]]