[[["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 page documents the `ListConnectionProfilesResponse` class within the `Google.Cloud.Datastream.V1Alpha1` namespace, specifically version 2.0.0-alpha04, detailing how it is used to represent a response containing a list of connection profiles."],["The `ListConnectionProfilesResponse` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, `IBufferMessage`, `IPageResponse`, and `IEnumerable`, enabling various functionalities like message handling, comparison, cloning, and enumeration of connection profiles."],["The class contains properties such as `ConnectionProfiles`, which is a `RepeatedField` for storing the list of `ConnectionProfile` objects, `NextPageToken` for pagination, and `Unreachable`, which is another `RepeatedField` for listing locations that were not reachable."],["The class has two constructors: one is parameterless and the other receives another `ListConnectionProfilesResponse` as a parameter for creating a new object from an existing one."],["`GetEnumerator()` is a method of the `ListConnectionProfilesResponse` class that will return an enumerator that iterates over the resources in the response, which will be `ConnectionProfile` objects in this case."]]],[]]