Reference documentation and code samples for the Google Cloud Discovery Engine V1beta Client class GenericConfig.
Specifies the configurations needed for Generic Discovery.Currently we support:
content_search_spec
: configuration for generic content search.
Generated from protobuf message google.cloud.discoveryengine.v1beta.ServingConfig.GenericConfig
Namespace
Google \ Cloud \ DiscoveryEngine \ V1beta \ ServingConfigMethods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ content_search_spec |
Google\Cloud\DiscoveryEngine\V1beta\SearchRequest\ContentSearchSpec
Specifies the expected behavior of content search. Only valid for content-search enabled data store. |
getContentSearchSpec
Specifies the expected behavior of content search.
Only valid for content-search enabled data store.
Returns | |
---|---|
Type | Description |
Google\Cloud\DiscoveryEngine\V1beta\SearchRequest\ContentSearchSpec|null |
hasContentSearchSpec
clearContentSearchSpec
setContentSearchSpec
Specifies the expected behavior of content search.
Only valid for content-search enabled data store.
Parameter | |
---|---|
Name | Description |
var |
Google\Cloud\DiscoveryEngine\V1beta\SearchRequest\ContentSearchSpec
|
Returns | |
---|---|
Type | Description |
$this |