This is a comma-separated list of fully qualified names of fields. Example: "user.displayName,photo".
allowMissing
boolean
If set to true, and the connection is not found a new connection will be created. In this situation updateMask is ignored. The creation will succeed only if the input connection has all the necessary information (e.g a githubConfig with both user_oauth_token and installationId properties).
etag
string
The current etag of the connection. If an etag is provided and does not match the current etag of the connection, update will be blocked and an ABORTED error will be returned.
Request body
The request body contains an instance of Connection.
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 2025-07-17 UTC."],[[["\u003cp\u003eThis webpage details how to update a single connection using the Cloud Build API's PATCH method.\u003c/p\u003e\n"],["\u003cp\u003eThe request URL utilizes gRPC Transcoding syntax, and the connection is identified using the \u003ccode\u003econnection.name\u003c/code\u003e path parameter.\u003c/p\u003e\n"],["\u003cp\u003eUpdates to the connection can be refined through the \u003ccode\u003eupdateMask\u003c/code\u003e, \u003ccode\u003eallowMissing\u003c/code\u003e, and \u003ccode\u003eetag\u003c/code\u003e query parameters.\u003c/p\u003e\n"],["\u003cp\u003eThe request body should include an instance of the \u003ccode\u003eConnection\u003c/code\u003e object, while a successful response returns an \u003ccode\u003eOperation\u003c/code\u003e object.\u003c/p\u003e\n"],["\u003cp\u003eUpdating a connection requires the OAuth scope \u003ccode\u003ehttps://www.googleapis.com/auth/cloud-platform\u003c/code\u003e and the IAM permission \u003ccode\u003ecloudbuild.connections.update\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,[]]