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 document provides reference information for the `UpdateConnectionRequest` class within the Integration Connectors v1 API."],["`UpdateConnectionRequest` is used as the request message for the `ConnectorsService.UpdateConnection` method."],["The class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of `UpdateConnectionRequest` include `Connection`, representing the connection resource, and `UpdateMask`, specifying which fields can be modified."],["There are 4 versions of this service in the documentation, going from 1.0.0 to 1.3.0 (latest)."]]],[]]