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-06-24 UTC."],[[["This endpoint updates the association between a Google Cloud Platform (GCP) project and a GitHub Enterprise server using a PATCH request."],["The request URL utilizes gRPC Transcoding syntax and requires a `githubEnterpriseConfig.name` path parameter, which specifies the full resource name of the GitHub Enterprise configuration."],["The `updateMask` query parameter allows for partial updates by specifying a comma-separated list of fields to modify."],["The request body requires an instance of `GitHubEnterpriseConfig`, while a successful response returns an instance of `Operation`."],["Authorization requires the `https://www.googleapis.com/auth/cloud-platform` OAuth scope for access."]]],[]]