public sealed class GetConnectionProfileRequest : IMessage<GetConnectionProfileRequest>, IEquatable<GetConnectionProfileRequest>, IDeepCloneable<GetConnectionProfileRequest>, IBufferMessage, IMessage
Request message for 'GetConnectionProfile' 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."],[[["This webpage details the `GetConnectionProfileRequest` class, which is used to request a specific connection profile in the Google Cloud Data Migration Service."],["The `GetConnectionProfileRequest` class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its capabilities in handling messages, comparing objects, deep cloning, and buffering."],["The class has two constructors: a default constructor and a constructor that accepts another `GetConnectionProfileRequest` object for cloning."],["The class has two main properties, `ConnectionProfileName` and `Name`, that allow for setting and retrieving the name of the connection profile to be retrieved, with the latter being required for the request."],["This page covers multiple versions of `GetConnectionProfileRequest` with version 2.5.0 being the latest, alongside the most current details for version 1.2.0."]]],[]]