The value returned by the last ListSchemasResponse; indicates that
this is a continuation of a prior ListSchemas call, and that the
system should return the next page of data.
The set of Schema fields to return in the response. If not set, returns
Schemas with name and type, but not definition. Set to FULL to
retrieve all fields.
[[["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."],[[["The page provides documentation for the `ListSchemasRequest` class within the `Google.Cloud.PubSub.V1` namespace, specifically within the context of .NET development."],["The `ListSchemasRequest` class is used to request a list of schemas and it implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, `IBufferMessage`, and `IPageRequest`."],["The latest version documented is 3.23.0, and the page includes links to documentation for versions ranging from 3.23.0 down to 2.3.0, allowing users to access information relevant to their specific version."],["The class includes properties like `PageSize`, `PageToken`, `Parent`, `ParentAsProjectName`, and `View`, which control the parameters of the schema listing request, such as the number of schemas returned, pagination, project context, and content detail level."],["The `ListSchemasRequest` class is constructed either with no arguments, or with another object of the same type, allowing users to create a new object based on an existing one."]]],[]]