Resource: DataStore
DataStore captures global settings and configs at the DataStore level.
JSON representation |
---|
{ "name" : string , "displayName" : string , "industryVertical" : enum ( |
name
string
Immutable. Identifier. The full resource name of the data store. Format: projects/{project}/locations/{location}/collections/{collectionId}/dataStores/{dataStoreId}
.
This field must be a UTF-8 encoded string with a length limit of 1024 characters.
displayName
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.
industryVertical
enum (
IndustryVertical
)
Immutable. The industry vertical that the data store registers.
solutionTypes[]
enum (
SolutionType
)
The solutions that the data store enrolls. Available solutions for each industryVertical
:
-
MEDIA
:SOLUTION_TYPE_RECOMMENDATION
andSOLUTION_TYPE_SEARCH
. -
SITE_SEARCH
:SOLUTION_TYPE_SEARCH
is automatically enrolled. Other solutions cannot be enrolled.
defaultSchemaId
string
Output only. The ID of the default Schema
associated to this data store.
contentConfig
enum (
ContentConfig
)
Immutable. The content config of the data store. If this field is unset, the server behavior defaults to ContentConfig.NO_CONTENT
.
createTime
string (
Timestamp
format)
Output only. Timestamp the DataStore
was created at.
Uses RFC 3339, where generated output will always be Z-normalized and use 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: "2014-10-02T15:01:23Z"
, "2014-10-02T15:01:23.045123456Z"
or "2014-10-02T15:01:23+05:30"
.
advancedSiteSearchConfig
object (
AdvancedSiteSearchConfig
)
Optional. Configuration for advanced site search.
languageInfo
object (
LanguageInfo
)
Language info for DataStore.
naturalLanguageQueryUnderstandingConfig
object (
NaturalLanguageQueryUnderstandingConfig
)
Optional. Configuration for Natural Language Query Understanding.
kmsKeyName
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 cmekConfig field.
cmekConfig
object (
CmekConfig
)
Output only. CMEK-related information for the DataStore.
billingEstimation
object (
BillingEstimation
)
Output only. Data size estimation for billing.
aclEnabled
boolean
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.
workspaceConfig
object (
WorkspaceConfig
)
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
.
documentProcessingConfig
object (
DocumentProcessingConfig
)
Configuration for Document understanding and enrichment.
startingSchema
object (
Schema
)
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 dataStores.create
API, and will be ignored if used in other APIs. This field will be omitted from all API responses including dataStores.create
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 .
healthcareFhirConfig
object (
HealthcareFhirConfig
)
Optional. Configuration for HEALTHCARE_FHIR
vertical.
servingConfigDataStore
object (
ServingConfigDataStore
)
Optional. Stores serving config at DataStore level.
identityMappingStore
string
Immutable. The fully qualified resource name of the associated IdentityMappingStore
. This field can only be set for aclEnabled DataStores with THIRD_PARTY
or GSUITE
IdP. Format: projects/{project}/locations/{location}/identityMappingStores/{identityMappingStore}
.
isInfobotFaqDataStore
boolean
Optional. If set, this DataStore is an Infobot FAQ DataStore.
Methods |
|
---|---|
|
Completes the specified user input with keyword suggestions. |
|
Creates a DataStore
. |
|
Deletes a DataStore
. |
|
Gets a DataStore
. |
|
Gets the SiteSearchEngine
. |
|
Lists all the DataStore
s associated with the project. |
|
Updates a DataStore
|