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 URL requires a `parent` path parameter, formatted as `projects/{project}/locations/{location}/collections/{collection}/dataStores/{dataStore}`, to identify the data store."],["Optional `pageSize` and `pageToken` query parameters can be used to control the number of Schemas returned and for pagination, respectively, with `pageSize` having a maximum value of 1000."],["The request body for this operation must be empty, and a successful response will contain an instance of `ListSchemasResponse`."],["Authorization for this request requires the OAuth scope `https://www.googleapis.com/auth/cloud-platform` and the IAM permission `discoveryengine.schemas.list` on the `parent` resource."]]],[]]