Discovery Engine V1 API - Module Google::Cloud::DiscoveryEngine::V1::SearchRequest::SearchAsYouTypeSpec::Condition (v2.1.0)

Reference documentation and code samples for the Discovery Engine V1 API module Google::Cloud::DiscoveryEngine::V1::SearchRequest::SearchAsYouTypeSpec::Condition.

Enum describing under which condition search as you type should occur.

Constants

CONDITION_UNSPECIFIED

value: 0
Server behavior defaults to Condition.DISABLED.

DISABLED

value: 1
Disables Search As You Type.

ENABLED

value: 2
Enables Search As You Type.

AUTO

value: 3
Automatic switching between search-as-you-type and standard search modes, ideal for single-API implementations (e.g., debouncing).