public sealed class UpdateConnectionRequest : IMessage<UpdateConnectionRequest>, IEquatable<UpdateConnectionRequest>, IDeepCloneable<UpdateConnectionRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Integration Connectors v1 API class UpdateConnectionRequest.
Request message for ConnectorsService.UpdateConnection
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["This page provides reference documentation for the `UpdateConnectionRequest` class within the Google Cloud Connectors v1 API, specifically for .NET developers."],["The `UpdateConnectionRequest` class is used as a request message for the `ConnectorsService.UpdateConnection` method, which handles requests to update a connection."],["This class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, all within the `Google.Protobuf` namespace."],["The class includes properties such as `Connection` (a `Connection` resource) and `UpdateMask` (a `FieldMask` to specify which fields can be modified)."],["The available version for this documentation includes `1.3.0`, `1.2.0`, `1.1.0`, and `1.0.0`, with the latest being `1.3.0`."]]],[]]