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 Google Cloud Connectors v1 API, specifically version 1.1.0."],["The `UpdateConnectionRequest` class is a request message used for updating connections via the `ConnectorsService.UpdateConnection` method."],["It includes constructors and properties such as `Connection` and `UpdateMask`, allowing for the configuration of connection resources and the specification of modifiable fields like lock configuration, suspension status, and details such as description or labels."],["This class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and is part of the `Google.Cloud.Connectors.V1` namespace within the `Google.Cloud.Connectors.V1.dll` assembly."]]],[]]