[[["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 `ListEnginesResponse` class is a response message for the `EngineService.ListEngines` method within the Discovery Engine v1beta API, used to retrieve a list of engines."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, `IBufferMessage`, `IPageResponse`, and `IEnumerable`, indicating its capabilities for message handling, comparison, cloning, buffering, and enumeration."],["The `ListEnginesResponse` class contains two main properties, `Engines`, which holds a collection of `Engine` objects, and `NextPageToken`, a string property that is currently not supported."],["It also provides two constructors: a default constructor (`ListEnginesResponse()`) and a copy constructor (`ListEnginesResponse(ListEnginesResponse other)`), allowing for the creation of new instances or copies of existing ones."],["The method `GetEnumerator()` is provided to iterate through all the engines in the ListEnginesResponse class."]]],[]]