Reference documentation and code samples for the Google Cloud Discovery Engine V1 Client class SearchEngineConfig.
Configurations for a Search Engine.
Generated from protobuf message google.cloud.discoveryengine.v1.Engine.SearchEngineConfig
Namespace
Google \ Cloud \ DiscoveryEngine \ V1 \ EngineMethods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ search_tier |
int
The search feature tier of this engine. Different tiers might have different pricing. To learn more, check the pricing documentation. Defaults to SearchTier.SEARCH_TIER_STANDARD if not specified. |
↳ search_add_ons |
array
The add-on that this search engine enables. |
getSearchTier
The search feature tier of this engine.
Different tiers might have different pricing. To learn more, check the pricing documentation. Defaults to SearchTier.SEARCH_TIER_STANDARD if not specified.
Returns | |
---|---|
Type | Description |
int |
setSearchTier
The search feature tier of this engine.
Different tiers might have different pricing. To learn more, check the pricing documentation. Defaults to SearchTier.SEARCH_TIER_STANDARD if not specified.
Parameter | |
---|---|
Name | Description |
var |
int
|
Returns | |
---|---|
Type | Description |
$this |
getSearchAddOns
The add-on that this search engine enables.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setSearchAddOns
The add-on that this search engine enables.
Parameter | |
---|---|
Name | Description |
var |
int[]
|
Returns | |
---|---|
Type | Description |
$this |