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."],[[["This document outlines the `UpdateConnectionRequest` class within the `Google.Cloud.BigQuery.Connection.V1` namespace, which is used to update connection details."],["The `UpdateConnectionRequest` class, part of version 1.3.0 of the API, is the request type for the `ConnectionService.UpdateConnection` method and implements several interfaces for message handling, cloning, and equality checks."],["It offers multiple versions for this request, with the latest being 2.9.0, each referencing the same object type `UpdateConnectionRequest`."],["Key properties of the `UpdateConnectionRequest` class include `Connection`, `ConnectionName`, `Name`, and `UpdateMask`, used for specifying the updated connection data, its resource name, and the specific fields to modify."],["The class inherits from `Object` and lists its inherited methods, such as `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`, in addition to the interfaces that it implements."]]],[]]