public enum DataStore.DataStoreType extends Enum<DataStore.DataStoreType> implements ProtocolMessageEnumThe type of the data store.
Protobuf enum google.cloud.ces.v1.DataStore.DataStoreType
Implements
ProtocolMessageEnumStatic Fields |
|
|---|---|
| Name | Description |
CONNECTOR |
A data store that is a connector to a first-party or a third-party service. |
CONNECTOR_VALUE |
A data store that is a connector to a first-party or a third-party service. |
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_VALUE |
Not specified. This value indicates that the data store type is not specified, so it will not be used during search. |
FAQ |
A data store that contains structured data used as FAQ. |
FAQ_VALUE |
A data store that contains structured data used as FAQ. |
PUBLIC_WEB |
A data store that contains public web content. |
PUBLIC_WEB_VALUE |
A data store that contains public web content. |
UNRECOGNIZED |
|
UNSTRUCTURED |
A data store that contains unstructured private data. |
UNSTRUCTURED_VALUE |
A data store that contains unstructured private data. |
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() |
|