public sealed class ConnectionProfile : IMessage<ConnectionProfile>, IEquatable<ConnectionProfile>, IDeepCloneable<ConnectionProfile>, 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 `ConnectionProfile` class within the `Google.Cloud.Datastream.V1Alpha1` namespace, detailing its properties, inheritance, and implementations."],["The `ConnectionProfile` class provides various properties to configure different aspects of a connection, including display name, connectivity options, and resource names such as the `ConnectionProfileName`."],["`ConnectionProfile` supports different profile types such as `GcsProfile`, `MysqlProfile`, and `OracleProfile`, as well as connectivity methods like `ForwardSshConnectivity`, `NoConnectivity`, `PrivateConnectivity`, and `StaticServiceIpConnectivity`."],["The class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `object` class."],["The `ConnectionProfile` also keeps track of metadata like the create and update times, and has the option to configure labels via the `Labels` property, allowing additional information to be attached to the `ConnectionProfile`."]]],[]]