[[["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 provides documentation for the `ListEnginesResponse` class, which is part of the Discovery Engine v1beta API in the `Google.Cloud.DiscoveryEngine.V1Beta` namespace."],["The `ListEnginesResponse` class is used as the response message for the `EngineService.ListEngines` method, allowing retrieval of a list of available engines."],["The class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, `IBufferMessage`, `IPageResponse`, and `IEnumerable`, providing functionalities for message handling, comparison, cloning, and iteration."],["It contains properties such as `Engines`, a `RepeatedField` that holds the list of `Engine` objects, and `NextPageToken`, which is a string property but is currently not supported."],["The class has a constructor, `ListEnginesResponse()`, to create a new instance, and another constructor, `ListEnginesResponse(ListEnginesResponse other)`, to construct the object from another instance of the same class."]]],[]]