Reference documentation and code samples for the Google Cloud Discovery Engine V1 Client class Condition.
Enum describing under which condition search as you type should occur.
Protobuf type google.cloud.discoveryengine.v1.SearchRequest.SearchAsYouTypeSpec.Condition
Namespace
Google \ Cloud \ DiscoveryEngine \ V1 \ SearchRequest \ SearchAsYouTypeSpecMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
CONDITION_UNSPECIFIED
Value: 0
Server behavior defaults to Condition.DISABLED.
Generated from protobuf enum CONDITION_UNSPECIFIED = 0;
DISABLED
Value: 1
Disables Search As You Type.
Generated from protobuf enum DISABLED = 1;
ENABLED
Value: 2
Enables Search As You Type.
Generated from protobuf enum ENABLED = 2;