[[["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 documentation is for the `ListRuntimeEntitySchemasResponse` class within the Google Cloud Connectors v1 API, specifically version 1.1.0, and it outlines the structure and functionality of this response class."],["The `ListRuntimeEntitySchemasResponse` class is used as the response message for the `ConnectorsService.ListRuntimeEntitySchemas` method, which allows users to list runtime entity schemas."],["This class inherits from `object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, `IBufferMessage`, `IPageResponse`, and `IEnumerable`, providing various functionalities for working with the response data."],["The class contains properties like `NextPageToken` (a string) and `RuntimeEntitySchemas` (a `RepeatedField` of `RuntimeEntitySchema`), which provide data about pagination and the list of runtime entity schemas."],["The available methods for the `ListRuntimeEntitySchemasResponse` class are `GetEnumerator()` which returns an enumerator that iterates through the resources in this response, in addition to inherited methods such as `GetHashCode()`, `GetType()`, and `ToString()`."]]],[]]