public sealed class UpdateConnectionProfileRequest : IMessage<UpdateConnectionProfileRequest>, IEquatable<UpdateConnectionProfileRequest>, IDeepCloneable<UpdateConnectionProfileRequest>, IBufferMessage, IMessage
Request message for 'UpdateConnectionProfile' request.
[[["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."],[[["The `UpdateConnectionProfileRequest` class is used to send requests for updating connection profiles, as a core part of the Google Cloud Data Migration Service."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, to facilitate operations like message handling, comparison, deep cloning, and efficient data buffering."],["It has properties like `ConnectionProfile`, `RequestId`, and `UpdateMask` that are essential for defining the connection profile to be updated, ensuring request uniqueness, and specifying which fields to modify, respectively."],["The latest version of this class available is 2.5.0, but several previous versions are documented, starting with the first documented version at 1.0.0."],["There are two constructor methods available to create an instance of the `UpdateConnectionProfileRequest` class: one default constructor and another which allows you to set the values via another `UpdateConnectionProfileRequest` instance."]]],[]]