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"]],[["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 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`."]]],[]]