public sealed class GetPrivateConnectionRequest : IMessage<GetPrivateConnectionRequest>, IEquatable<GetPrivateConnectionRequest>, IDeepCloneable<GetPrivateConnectionRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Database Migration v1 API class GetPrivateConnectionRequest.
Request message to get a private connection resource.
[[["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 `GetPrivateConnectionRequest` class within the Google Cloud Database Migration v1 API, specifically version 2.3.0, which is part of the namespace `Google.Cloud.CloudDms.V1`."],["The `GetPrivateConnectionRequest` class is used to request a specific private connection resource and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes two constructors, a default constructor and a constructor that accepts another `GetPrivateConnectionRequest` object as a parameter."],["It has properties, `Name` which is a string and it is a required property that contains the name of the private connection to get, and `PrivateConnectionName`, which provides a typed view over the Name property."],["The page shows the lineage of this class, inheriting from `object`, and also provides version history for this class, with the latest being 2.5.0 and going as far back as 1.0.0."]]],[]]