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."],[[["The `UpdateGatewayRequest` class is used to send requests for updating a gateway in the ApiGatewayService."],["This class is part of the Google.Cloud.ApiGateway.V1 namespace, and is included in the Google.Cloud.ApiGateway.V1.dll assembly."],["The latest version is 2.4.0, and there are older versions of this request that go back to 1.0.0 that can be accessed through the links."],["The `UpdateGatewayRequest` class has two properties: `Gateway`, which represents the gateway resource to be updated, and `UpdateMask`, which specifies which fields of the gateway should be overwritten."],["The `UpdateGatewayRequest` class is implemented with multiple interfaces, such as IMessage, IEquatable, IDeepCloneable, and IBufferMessage."]]],[]]