[[["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 webpage details the `Connection` class within the `Google.Cloud.ApigeeConnect.V1` namespace, specifically version 2.0.0, as part of the Google Cloud Apigee Connect service, with the latest version being 2.4.0."],["The `Connection` class, inheriting from `Object`, implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class provides two constructors: a default constructor `Connection()` and an overloaded constructor `Connection(Connection other)` for creating a copy of an existing connection."],["`Connection` objects contain properties like `Cluster` (of type `Cluster`), `Endpoint` (of type `string`), and `StreamCount` (of type `int32`), which provide information about the cluster, the endpoint the connection uses, and the number of active streams, respectively."],["It is important to note that there are many versions of the connection class, and that the documented properties of the class remain consistent across all listed versions."]]],[]]