Method: projects.locations.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/*/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 structure with the format `https://discoveryengine.googleapis.com/v1alpha/{parent=projects/*/locations/*/dataStores/*}/schemas`."],["The `parent` path parameter is a required string that specifies the data store's resource name."],["The query parameters `pageSize` and `pageToken` are used to manage the number of results returned and for paginating through multiple pages of data."],["The request body for this operation must be empty, and the response body will contain a `ListSchemasResponse`."],["To execute this request, the user needs the OAuth scope `https://www.googleapis.com/auth/cloud-platform` and the IAM permission `discoveryengine.schemas.list` on the parent resource."]]],[]]