public sealed class PrivateConnectivity : IMessage<PrivateConnectivity>, IEquatable<PrivateConnectivity>, IDeepCloneable<PrivateConnectivity>, 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 `PrivateConnectivity` class is part of the `Google.Cloud.Datastream.V1` namespace and is defined in the `Google.Cloud.Datastream.V1.dll` assembly, representing a private connection resource in Google Cloud Datastream."],["This class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, supporting message handling, equality comparison, deep cloning, and buffered message operations."],["`PrivateConnectivity` has two constructors, one default and one that accepts another `PrivateConnectivity` object for initialization."],["The `PrivateConnectivity` class includes properties like `PrivateConnection` which is a string containing a reference to the private connection resource, and `PrivateConnectionAsPrivateConnectionName` which provides a typed view of the resource name."],["The provided content represents various versions of the `PrivateConnectivity` documentation, with the latest version being 2.9.0."]]],[]]