public sealed class GetConnectionProfileRequest : IMessage<GetConnectionProfileRequest>, IEquatable<GetConnectionProfileRequest>, IDeepCloneable<GetConnectionProfileRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Database Migration v1 API class GetConnectionProfileRequest.
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 document provides reference information for the `GetConnectionProfileRequest` class within the Google Cloud Database Migration v1 API, specifically version 2.3.0."],["The `GetConnectionProfileRequest` class is used to request details of a specific connection profile, inheriting from `object` and implementing several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class offers two constructors, one default and another that takes a `GetConnectionProfileRequest` object as a parameter for creating a copy."],["The `GetConnectionProfileRequest` class has properties such as `ConnectionProfileName` and `Name`, both of which are used to specify which connection profile resource to retrieve."],["There are multiple versions of the `GetConnectionProfileRequest` API available, ranging from version 1.0.0 up to the latest version 2.5.0."]]],[]]