[[["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 provides documentation for the `ListSchemasResponse` class within the `Google.Cloud.PubSub.V1` namespace, specifically in version 3.1.0, along with links to past versions of documentation, all the way back to version 2.3.0."],["`ListSchemasResponse` is used as a response for the `ListSchemas` method, implementing several interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, `IBufferMessage`, `IPageResponse`, and `IEnumerable`."],["The class contains two key properties: `NextPageToken`, a string indicating the potential for more schemas, and `Schemas`, a `RepeatedField` holding the list of returned schemas."],["The class also contains two different constructors: a default one, and a second one that takes another `ListSchemasResponse` as an input."],["It includes methods such as `GetEnumerator()` to iterate through the schemas and it can be seen as a inheritor of the `Object` class."]]],[]]