---
title: Discovery Engine Data Store
description: Datadog, the leading service for cloud-scale monitoring.
breadcrumbs: Docs > DDSQL Reference > Data Directory > Discovery Engine Data Store
---

# Discovery Engine Data Store

Discovery Engine Data Store is a Google Cloud resource that stores and manages structured and unstructured data used for search and recommendation applications. It serves as the backend repository for Discovery Engine, enabling indexing, retrieval, and personalization of content. The data store supports flexible schemas and integrates with machine learning models to deliver relevant and context-aware results.

```
gcp.discoveryengine_data_store
```

## Fields

| Title                       | ID   | Type          | Data Type                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           | Description |
| --------------------------- | ---- | ------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------- |
| _key                        | core | string        |
| acl_enabled                 | core | bool          | Immutable. Whether data in the DataStore has ACL information. If set to `true`, the source data must have ACL. ACL will be ingested when data is ingested by DocumentService.ImportDocuments methods. When ACL is enabled for the DataStore, Document can't be accessed by calling DocumentService.GetDocument or DocumentService.ListDocuments. Currently ACL is only supported in `GENERIC` industry vertical with non-`PUBLIC_WEBSITE` content config.                                                                                                           |
| advanced_site_search_config | core | json          | Optional. Configuration for advanced site search.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
| ancestors                   | core | array<string> |
| billing_estimation          | core | json          | Output only. Data size estimation for billing.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |
| cmek_config                 | core | json          | Output only. CMEK-related information for the DataStore.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
| content_config              | core | string        | Immutable. The content config of the data store. If this field is unset, the server behavior defaults to ContentConfig.NO_CONTENT.                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| create_time                 | core | timestamp     | Output only. Timestamp the DataStore was created at.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                |
| datadog_display_name        | core | string        |
| default_schema_id           | core | string        | Output only. The id of the default Schema associated to this data store.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
| document_processing_config  | core | json          | Configuration for Document understanding and enrichment.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
| gcp_display_name            | core | string        | Required. The data store display name. This field must be a UTF-8 encoded string with a length limit of 128 characters. Otherwise, an INVALID_ARGUMENT error is returned.                                                                                                                                                                                                                                                                                                                                                                                           |
| healthcare_fhir_config      | core | json          | Optional. Configuration for `HEALTHCARE_FHIR` vertical.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| identity_mapping_store      | core | string        | Immutable. The fully qualified resource name of the associated IdentityMappingStore. This field can only be set for acl_enabled DataStores with `THIRD_PARTY` or `GSUITE` IdP. Format: `projects/{project}/locations/{location}/identityMappingStores/{identity_mapping_store}`.                                                                                                                                                                                                                                                                                    |
| industry_vertical           | core | string        | Immutable. The industry vertical that the data store registers.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |
| is_infobot_faq_data_store   | core | bool          | Optional. If set, this DataStore is an Infobot FAQ DataStore.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
| kms_key_name                | core | string        | Input only. The KMS key to be used to protect this DataStore at creation time. Must be set for requests that need to comply with CMEK Org Policy protections. If this field is set and processed successfully, the DataStore will be protected by the KMS key, as indicated in the cmek_config field.                                                                                                                                                                                                                                                               |
| labels                      | core | array<string> |
| name                        | core | string        | Immutable. Identifier. The full resource name of the data store. Format: `projects/{project}/locations/{location}/collections/{collection_id}/dataStores/{data_store_id}`. This field must be a UTF-8 encoded string with a length limit of 1024 characters.                                                                                                                                                                                                                                                                                                        |
| organization_id             | core | string        |
| parent                      | core | string        |
| project_id                  | core | string        |
| project_number              | core | string        |
| region_id                   | core | string        |
| resource_name               | core | string        |
| serving_config_data_store   | core | json          | Optional. Stores serving config at DataStore level.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |
| solution_types              | core | array<string> | The solutions that the data store enrolls. Available solutions for each industry_vertical: * `MEDIA`: `SOLUTION_TYPE_RECOMMENDATION` and `SOLUTION_TYPE_SEARCH`. * `SITE_SEARCH`: `SOLUTION_TYPE_SEARCH` is automatically enrolled. Other solutions cannot be enrolled.                                                                                                                                                                                                                                                                                             |
| starting_schema             | core | json          | The start schema to use for this DataStore when provisioning it. If unset, a default vertical specialized schema will be used. This field is only used by CreateDataStore API, and will be ignored if used in other APIs. This field will be omitted from all API responses including CreateDataStore API. To retrieve a schema of a DataStore, use SchemaService.GetSchema API instead. The provided schema will be validated against certain rules on schema. Learn more from [this doc](https://cloud.google.com/generative-ai-app-builder/docs/provide-schema). |
| tags                        | core | hstore_csv    |
| workspace_config            | core | json          | Config to store data store type configuration for workspace data. This must be set when DataStore.content_config is set as DataStore.ContentConfig.GOOGLE_WORKSPACE.                                                                                                                                                                                                                                                                                                                                                                                                |
| zone_id                     | core | string        |
