Enum DataStore.DataStoreType (0.1.0)

public enum DataStore.DataStoreType extends Enum<DataStore.DataStoreType> implements ProtocolMessageEnum

The type of the data store.

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

Implements

ProtocolMessageEnum

Static Fields

Name Description
CONNECTOR

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

CONNECTOR = 4;

CONNECTOR_VALUE

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

CONNECTOR = 4;

DATA_STORE_TYPE_UNSPECIFIED

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

DATA_STORE_TYPE_UNSPECIFIED = 0;

DATA_STORE_TYPE_UNSPECIFIED_VALUE

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

DATA_STORE_TYPE_UNSPECIFIED = 0;

FAQ

A data store that contains structured data used as FAQ.

FAQ = 3;

FAQ_VALUE

A data store that contains structured data used as FAQ.

FAQ = 3;

PUBLIC_WEB

A data store that contains public web content.

PUBLIC_WEB = 1;

PUBLIC_WEB_VALUE

A data store that contains public web content.

PUBLIC_WEB = 1;

UNRECOGNIZED
UNSTRUCTURED

A data store that contains unstructured private data.

UNSTRUCTURED = 2;

UNSTRUCTURED_VALUE

A data store that contains unstructured private data.

UNSTRUCTURED = 2;

Static Methods

Name Description
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

Name Description
getDescriptorForType()
getNumber()
getValueDescriptor()