{// Union field credential can be only one of the following:"cloudSql": {object (CloudSqlCredential)}// End of list of possible types for union field credential.}
Fields
Union field credential. Credential specific to the underlying data source. credential can be only one of the following:
[[["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-01-09 UTC."],[[["This page details how to update the credential for a specified connection using a PATCH request to the BigQuery Connection API."],["The required URL for the PATCH request is structured using gRPC Transcoding syntax and includes the connection's name in the path."],["The request requires an authorization with `bigquery.connections.update` permission and must include a `ConnectionCredential` in the body, which specifies the credential type."],["Successful execution of the PATCH request results in an empty JSON object as the response, and requires either `https://www.googleapis.com/auth/bigquery` or `https://www.googleapis.com/auth/cloud-platform` OAuth scopes."],["The connection credentials can either be for the cloud or `cloudSql`, allowing selection for the specific underlying data source."]]],[]]