Field mask is used to specify the fields to be overwritten in the Gateway resource by the update. The fields specified in the updateMask 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.
A comma-separated list of fully qualified names of fields. Example: "user.displayName,photo".
[[["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 2020-08-27 UTC."],[[["This API endpoint updates the parameters of a single Gateway resource."],["The request URL uses gRPC Transcoding syntax and requires a PATCH HTTP method to update the Gateway, with the gateway name specified in the path parameters."],["The `updateMask` query parameter determines which fields of the Gateway resource will be updated, or if no mask is given, all fields will be overwritten."],["The request body should contain an instance of the Gateway resource, while a successful response will return an Operation resource."],["Authorization for this endpoint requires the `https://www.googleapis.com/auth/cloud-platform` OAuth scope."]]],[]]