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 documentation for the `UpdateConnectionRequest` class within the Google Cloud Connectors v1 API, specifically version 1.2.0."],["`UpdateConnectionRequest` is used to send a request to update a connection via the `ConnectorsService.UpdateConnection` method."],["The class includes constructors to create new instances and properties such as `Connection` to define the connection resource and `UpdateMask` to specify which fields should be updated, such as lock configurations, suspension status, or details like labels and connector version."],["The `UpdateConnectionRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionality for message handling, equality checks, deep cloning, and buffer message operations."],["There are previous versions of the API available, including versions 1.0.0 and 1.1.0 and there is a newer version available at 1.3.0."]]],[]]