Enum DataStoreSettings.Engine.Type (0.1.0)

public enum DataStoreSettings.Engine.Type extends Enum<DataStoreSettings.Engine.Type> implements ProtocolMessageEnum

The type of the engine. See the documentation available at https://cloud.google.com/generative-ai-app-builder/docs/reference/rest/v1/SolutionType and https://cloud.google.com/generative-ai-app-builder/docs/create-datastore-ingest.

Protobuf enum google.cloud.ces.v1.DataStoreSettings.Engine.Type

Implements

ProtocolMessageEnum

Static Fields

Name Description
ENGINE_TYPE_CHAT

Chat engine type. The SOLUTION_TYPE_CHAT engine for the app. All connector data stores added to the app will be added to this engine.

ENGINE_TYPE_CHAT = 2;

ENGINE_TYPE_CHAT_VALUE

Chat engine type. The SOLUTION_TYPE_CHAT engine for the app. All connector data stores added to the app will be added to this engine.

ENGINE_TYPE_CHAT = 2;

The SOLUTION_TYPE_SEARCH engine for the app. All connector data stores added to the app will be added to this engine.

ENGINE_TYPE_SEARCH = 1;

ENGINE_TYPE_SEARCH_VALUE

The SOLUTION_TYPE_SEARCH engine for the app. All connector data stores added to the app will be added to this engine.

ENGINE_TYPE_SEARCH = 1;

TYPE_UNSPECIFIED

Unspecified engine type.

TYPE_UNSPECIFIED = 0;

TYPE_UNSPECIFIED_VALUE

Unspecified engine type.

TYPE_UNSPECIFIED = 0;

UNRECOGNIZED

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()