public sealed class PrivateConnectivity : IMessage<PrivateConnectivity>, IEquatable<PrivateConnectivity>, IDeepCloneable<PrivateConnectivity>, IBufferMessage, IMessage
Reference documentation and code samples for the DataStream v1 API class PrivateConnectivity.
[[["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-09 UTC."],[[["The `PrivateConnectivity` class within the Google.Cloud.Datastream.V1 API provides reference documentation and code samples for managing private connections."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enabling its use in various contexts and providing methods for comparison, cloning, and message buffering."],["The `PrivateConnectivity` class has two constructors: a default constructor and a copy constructor that takes another `PrivateConnectivity` object as a parameter."],["It has properties for managing the private connection, including `PrivateConnection` which stores the private connection resource as a string, and `PrivateConnectionAsPrivateConnectionName`, offering a typed view using `PrivateConnectionName`."],["The latest version of this documentation is for version 2.9.0, with previous versions available for versions ranging back to 1.0.0, which indicates a history of updates and improvements to this class."]]],[]]