Google Cloud Ces V1 Client - Class DataStoreType (0.1.0)

Reference documentation and code samples for the Google Cloud Ces V1 Client class DataStoreType.

The type of the data store.

Protobuf type google.cloud.ces.v1.DataStore.DataStoreType

Namespace

Google \ Cloud \ Ces \ V1 \ DataStore

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

DATA_STORE_TYPE_UNSPECIFIED

Value: 0

Not specified. This value indicates that the data store type is not specified, so it will not be used during search.

Generated from protobuf enum DATA_STORE_TYPE_UNSPECIFIED = 0;

PUBLIC_WEB

Value: 1

A data store that contains public web content.

Generated from protobuf enum PUBLIC_WEB = 1;

UNSTRUCTURED

Value: 2

A data store that contains unstructured private data.

Generated from protobuf enum UNSTRUCTURED = 2;

FAQ

Value: 3

A data store that contains structured data used as FAQ.

Generated from protobuf enum FAQ = 3;

CONNECTOR

Value: 4

A data store that is a connector to a first-party or a third-party service.

Generated from protobuf enum CONNECTOR = 4;