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 endpoint retrieves a list of Schemas from a specified data store using a GET HTTP request."],["The request URL requires a `parent` path parameter, which defines the data store resource name."],["Query parameters `pageSize` and `pageToken` can be used to manage the number of Schemas returned and to paginate results, respectively."],["The request body must be empty for this request."],["Successful requests will return a response body containing a list of schemas using `ListSchemasResponse`, and the request requires `discoveryengine.schemas.list` IAM permissions and the `https://www.googleapis.com/auth/cloud-platform` OAuth scope."]]],[]]