Google Cloud Discovery Engine V1 Client - Class ContentConfig (0.11.2)

Reference documentation and code samples for the Google Cloud Discovery Engine V1 Client class ContentConfig.

Content config of the data store.

Protobuf type google.cloud.discoveryengine.v1.DataStore.ContentConfig

Namespace

Google \ Cloud \ DiscoveryEngine \ V1 \ DataStore

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

CONTENT_CONFIG_UNSPECIFIED

Value: 0

Default value.

Generated from protobuf enum CONTENT_CONFIG_UNSPECIFIED = 0;

NO_CONTENT

Value: 1

Only contains documents without any Document.content.

Generated from protobuf enum NO_CONTENT = 1;

CONTENT_REQUIRED

Value: 2

Only contains documents with Document.content.

Generated from protobuf enum CONTENT_REQUIRED = 2;

PUBLIC_WEBSITE

Value: 3

The data store is used for public website search.

Generated from protobuf enum PUBLIC_WEBSITE = 3;