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".
[[["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 allows you to update an existing `BitbucketServerConfig` using a PATCH request."],["The request URL utilizes gRPC Transcoding syntax, and the specific resource to update is identified by the `bitbucketServerConfig.name` path parameter."],["The `updateMask` query parameter allows for partial updates, enabling you to specify which fields of the resource should be modified, or omitting it will lead to a full update of the mutable resource fields."],["The request body contains an instance of `BitbucketServerConfig`, while a successful response will return an instance of `Operation`."],["Authorization to use this API requires the `https://www.googleapis.com/auth/cloud-platform` OAuth scope."]]],[]]