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 document provides reference information for the `GetPrivateConnectionRequest` class within the Database Migration v1 API."],["The `GetPrivateConnectionRequest` class is used to request information about a specific private connection resource and it implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has a constructor and includes two properties: `Name` (a string) and `PrivateConnectionName`, both of which are used to identify the private connection to be retrieved."],["The class has available versions ranging from 1.0.0 to 2.5.0, with 2.5.0 being the most recent version."],["This API is within the `Google.Cloud.CloudDms.V1` namespace, and the code is contained within the `Google.Cloud.CloudDms.V1.dll` assembly."]]],[]]