[[["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-31 UTC."],[[["This webpage details the `ListSchemasResponse` class, which is used to handle the response from the `ListSchemas` method in the Google Cloud Pub/Sub API."],["The `ListSchemasResponse` class, within the `Google.Cloud.PubSub.V1` namespace, implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, `IBufferMessage`, `IPageResponse`, and `IEnumerable`, enabling various functionalities like deep cloning and enumeration."],["The class includes properties such as `NextPageToken`, used for pagination of results, and `Schemas`, which contains the actual list of schemas returned, as well as methods like `GetEnumerator()` to iterate through those results."],["The page provides links to documentation for different versions of the `Google.Cloud.PubSub.V1` library, from version 2.3.0 up to the latest 3.23.0, allowing users to access version specific information for the `ListSchemasResponse` class."],["Constructors are provided to create a blank new `ListSchemasResponse` or to clone an existing one."]]],[]]