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-04-17 UTC."],[[["The `GetPrivateConnectionRequest` class is part of the Database Migration v1 API within the `Google.Cloud.CloudDms.V1` namespace, used to request a specific private connection resource."],["This class implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing capabilities for message handling, equality checks, deep cloning, and buffer manipulation."],["It includes constructors for creating a new `GetPrivateConnectionRequest` object or copying an existing one, with the latter taking another `GetPrivateConnectionRequest` as a parameter."],["The `GetPrivateConnectionRequest` class has two main properties, `Name`, a string representing the private connection's name, and `PrivateConnectionName`, a typed view over the `Name`."],["There are multiple versions of the `GetPrivateConnectionRequest` available, ranging from version 1.0.0 to the latest version 2.5.0."]]],[]]