Method: projects.locations.collections.dataStores.schemas.list
Stay organized with collections
Save and categorize content based on your preferences.
HTTP request
GET https://discoveryengine.googleapis.com/v1/{parent=projects/*/locations/*/collections/*/dataStores/*}/schemas
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters |
parent |
string
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 Schema s to return. The service may return fewer than this value. If unspecified, at most 100 Schema s are returned. The maximum value is 1000; values above 1000 are set to 1000.
|
pageToken |
string
A page token, received from a previous SchemaService.ListSchemas call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to SchemaService.ListSchemas must match the call that provided the page token.
|
Request body
The request body must be empty.
Response body
If successful, the response body contains an instance of ListSchemasResponse
.
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/cloud-platform
For more information, see the Authentication Overview.
IAM Permissions
Requires the following IAM permission on the parent
resource:
discoveryengine.schemas.list
For more information, see the IAM documentation.
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-03-03 UTC.
[[["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-03 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, specifying the data store's resource name."],["The endpoint supports query parameters, `pageSize` and `pageToken`, to control the number of returned schemas and handle pagination respectively, where the maximum number of schemas returned is limited to 1000."],["The request body for this operation must be empty."],["Accessing this endpoint requires the `discoveryengine.schemas.list` IAM permission and the `https://www.googleapis.com/auth/cloud-platform` OAuth scope."]]],[]]