public sealed class GetPrivateConnectionRequest : IMessage<GetPrivateConnectionRequest>, IEquatable<GetPrivateConnectionRequest>, IDeepCloneable<GetPrivateConnectionRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the DataStream v1 API class GetPrivateConnectionRequest.
Request to get a private connection configuration.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-08 UTC."],[[["The `GetPrivateConnectionRequest` class is part of the Google Cloud Datastream v1 API, designed to request a private connection configuration."],["This class has been implemented in multiple versions, with the most recent one being version 2.9.0, allowing users to navigate the different versions to consult."],["`GetPrivateConnectionRequest` implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enabling diverse functionalities."],["The class includes constructors and properties like `Name` and `PrivateConnectionName`, which are crucial for specifying the desired private connectivity configuration."],["The class inherits from `object` and has access to methods like `GetHashCode()`, `GetType()`, and `ToString()`."]]],[]]