Module: Google::Cloud::DiscoveryEngine::V1::DataStore::ContentConfig

Defined in:
proto_docs/google/cloud/discoveryengine/v1/data_store.rb

Overview

Content config of the data store.

Constant Summary collapse

CONTENT_CONFIG_UNSPECIFIED =

Default value.

0
NO_CONTENT =

Only contains documents without any Document.content.

1
CONTENT_REQUIRED =

Only contains documents with Document.content.

2
PUBLIC_WEBSITE =

The data store is used for public website search.

3
GOOGLE_WORKSPACE =

The data store is used for workspace search. Details of workspace data store are specified in the WorkspaceConfig.

4