public sealed class UpdateConnectionRequest : IMessage<UpdateConnectionRequest>, IEquatable<UpdateConnectionRequest>, IDeepCloneable<UpdateConnectionRequest>, IBufferMessage, IMessage
The request for [ConnectionService.UpdateConnection][google.cloud.bigquery.connection.v1.ConnectionService.UpdateConnection].
[[["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-03-21 UTC."],[[["The latest version of the `UpdateConnectionRequest` documentation is version 2.9.0, which can be found at the provided URL `/dotnet/docs/reference/Google.Cloud.BigQuery.Connection.V1/latest/Google.Cloud.BigQuery.Connection.V1.UpdateConnectionRequest`."],["The `UpdateConnectionRequest` class is part of the `Google.Cloud.BigQuery.Connection.V1` namespace and is used for updating connection details in the BigQuery service."],["The `UpdateConnectionRequest` class implements several interfaces, including `IMessage`, `IEquatable\u003cUpdateConnectionRequest\u003e`, `IDeepCloneable\u003cUpdateConnectionRequest\u003e`, and `IBufferMessage`, indicating its capabilities for message handling, equality comparison, deep cloning, and buffered message operations."],["The `UpdateConnectionRequest` requires specific properties to be set for updating a connection, such as `Connection`, `ConnectionName`, `Name`, and `UpdateMask`."],["`UpdateConnectionRequest` class has two constructors; one default, and one that copies properties from an existing instance of `UpdateConnectionRequest` in the parameter `other`."]]],[]]