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 webpage details how to retrieve a list of Schemas using a GET request to a specific URL with required parameters."],["The request requires a `parent` path parameter, which is the data store resource name in a defined format, as well as optional `pageSize` and `pageToken` query parameters for managing the number of returned Schemas and pagination respectively."],["The request body must be empty, and a successful response will contain an instance of `ListSchemasResponse`."],["To successfully perform the request, it requires the `https://www.googleapis.com/auth/cloud-platform` OAuth scope and the `discoveryengine.schemas.list` IAM permission on the parent resource."]]],[]]