Required. The parent data store resource name, in the format of projects/{project}/locations/{location}/collections/{collection}/dataStores/{dataStore}.
Query parameters
Parameters
pageSize
integer
The maximum number of Schemas to return. The service may return fewer than this value.
[[["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-02-28 UTC."],[[["This page details how to retrieve a list of Schemas using a GET request to the specified URL, following gRPC Transcoding syntax."],["The `parent` path parameter is mandatory and defines the data store from which the schemas are to be listed, using a specific format."],["The `pageSize` and `pageToken` query parameters allow for pagination of the results, limiting the number of schemas returned per request and navigating through multiple pages, respectively."],["No request body is needed for this operation, and a successful response will include a `ListSchemasResponse` instance."],["Accessing this list requires the OAuth scope `https://www.googleapis.com/auth/cloud-platform` and the `discoveryengine.schemas.list` IAM permission on the parent resource."]]],[]]