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/v1alpha/{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 webpage details how to retrieve a list of Schemas using a GET request to a specific URL that uses gRPC Transcoding syntax."],["The `parent` path parameter is required, specifying the data store from which to list schemas."],["Optional query parameters include `pageSize` to limit the number of returned schemas, with a maximum of 1000, and `pageToken` for retrieving subsequent pages of results."],["The request body for listing schemas must be empty, and a successful response will include a `ListSchemasResponse`."],["To use this function, you need the OAuth scope `https://www.googleapis.com/auth/cloud-platform` and the IAM permission `discoveryengine.schemas.list` on the parent resource."]]],[]]