Update mask for the resource. If this is set, the server will only update the fields specified in the field mask. Otherwise, a full update of the mutable resource fields will be performed.
This is a comma-separated list of fully qualified names of fields. Example: "user.displayName,photo".
Request body
The request body contains an instance of GitLabConfig.
Response body
If successful, the response body contains an instance of Operation.
[[["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 2024-04-18 UTC."],[[["This API endpoint allows you to update an existing `GitLabConfig` resource using a PATCH request."],["The endpoint uses gRPC Transcoding syntax, and the specific `GitLabConfig` to update is identified using the `gitlabConfig.name` path parameter."],["You can use the `updateMask` query parameter to specify which fields of the `GitLabConfig` to modify during the update."],["The request body must contain an instance of the `GitLabConfig` resource, and a successful response will contain an instance of the `Operation` resource."],["Authorization for this API requires the OAuth scope: `https://www.googleapis.com/auth/cloud-platform`."]]],[]]