public enum DataStore.Types.ContentConfig
Reference documentation and code samples for the Discovery Engine v1beta API enum DataStore.Types.ContentConfig.
Content config of the data store.
Namespace
Google.Cloud.DiscoveryEngine.V1BetaAssembly
Google.Cloud.DiscoveryEngine.V1Beta.dll
Fields |
|
---|---|
Name | Description |
ContentRequired |
Only contains documents with [Document.content][google.cloud.discoveryengine.v1beta.Document.content]. |
GoogleWorkspace |
The data store is used for workspace search. Details of workspace data store are specified in the [WorkspaceConfig][google.cloud.discoveryengine.v1beta.WorkspaceConfig]. |
NoContent |
Only contains documents without any [Document.content][google.cloud.discoveryengine.v1beta.Document.content]. |
PublicWebsite |
The data store is used for public website search. |
Unspecified |
Default value. |