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."],[[["The latest version of the `GetConnectionProfileRequest` is 2.5.0, with other versions available ranging from 1.0.0 to 2.4.0."],["`GetConnectionProfileRequest` is a request message used to retrieve a connection profile, which inherits from `Object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class includes properties such as `ConnectionProfileName`, which provides a typed view of the resource name, and `Name`, a string representing the name of the connection profile resource."],["The `GetConnectionProfileRequest` class can be instantiated using two constructors, a parameterless constructor and one that takes another `GetConnectionProfileRequest` object."],["The class belongs to the `Google.Cloud.CloudDms.V1` namespace and is contained in the `Google.Cloud.CloudDms.V1.dll` assembly."]]],[]]