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 2024-04-18 UTC."],[[["This webpage details how to update a single connection using the Cloud Build API's PATCH method."],["The request URL utilizes gRPC Transcoding syntax, and the connection is identified using the `connection.name` path parameter."],["Updates to the connection can be refined through the `updateMask`, `allowMissing`, and `etag` query parameters."],["The request body should include an instance of the `Connection` object, while a successful response returns an `Operation` object."],["Updating a connection requires the OAuth scope `https://www.googleapis.com/auth/cloud-platform` and the IAM permission `cloudbuild.connections.update`."]]],[]]