public sealed class GetPrivateConnectionRequest : IMessage<GetPrivateConnectionRequest>, IEquatable<GetPrivateConnectionRequest>, IDeepCloneable<GetPrivateConnectionRequest>, IBufferMessage, IMessage
[[["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 `GetPrivateConnectionRequest` class is used within the `Google.Cloud.Datastream.V1Alpha1` namespace, part of the `Google.Cloud.Datastream.V1Alpha1.dll` assembly."],["This class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing various functionalities for message handling and object comparison."],["It is derived from the `object` class and includes constructors for creating new instances, either default or by cloning another `GetPrivateConnectionRequest` object."],["The class has properties such as `Name` (a string representing the name of the private connectivity configuration) and `PrivateConnectionName` (a typed view over the resource name)."],["The latest version available is `2.0.0-alpha05`, followed by `2.0.0-alpha04`, and `1.0.0-beta02` as previous versions."]]],[]]