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."],[[["This document outlines the `GetPrivateConnectionRequest` class, which is part of the `Google.Cloud.Datastream.V1Alpha1` namespace in the `Google.Cloud.Datastream.V1Alpha1.dll` assembly."],["The `GetPrivateConnectionRequest` class is a sealed class that implements several interfaces, including `IMessage`, `IEquatable\u003cGetPrivateConnectionRequest\u003e`, `IDeepCloneable\u003cGetPrivateConnectionRequest\u003e`, and `IBufferMessage`."],["This class inherits from the base `Object` class and provides two constructors: a default constructor and one that accepts another `GetPrivateConnectionRequest` object as a parameter for cloning."],["It features two key properties, `Name` (a string) and `PrivateConnectionName`, with `Name` being the required property for specifying the private connectivity configuration to retrieve."],["The `PrivateConnectionName` is a typed view of the `Name` property."]]],[]]