This preview documentation is deprecated as of October 27, 2023. For GA documentation, go to the Vertex AI Search documentation.
Changes in GA:
Name:Discovery for Media is renamed to Vertex AI Search for media. Vertex AI Search includes media recommendations and media search.
Google Cloud Console page: Use the Agent Builder page in the console. The Discovery Engine console page is deprecated.
API reference: Continue to use the discoveryengine.googleapis.com service. The API remains the same but the documentation has moved. Go to the up-to-date, GA version of the Discovery Engine API reference in the Vertex AI Search documentation.
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.
If unspecified, at most 100 Schemas will be returned.
The maximum value is 1000; values above 1000 will be coerced 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.
[[["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 2024-02-13 UTC."],[[["This webpage provides details on how to retrieve a list of Schemas using the `GET` method and specific parameters."],["The HTTP request URL follows the gRPC Transcoding syntax, and the `parent` parameter within the URL is a required string specifying the data store resource name."],["Query parameters `pageSize` and `pageToken` allow you to control the number of Schemas returned per request and paginate through results, respectively."],["The request body for listing schemas must be empty, and a successful response will contain a `ListSchemasResponse` instance."],["To utilize this API, you need the `discoveryengine.schemas.list` IAM permission and the `https://www.googleapis.com/auth/cloud-platform` OAuth scope."]]],[]]