Google Cloud Discovery Engine V1 Client - Class SearchEngineConfig (1.0.0)

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 \ Engine

Methods

__construct

Constructor.

Parameters
NameDescription
dataarray

Optional. Data for populating the Message object.

↳ search_tierint

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_onsarray

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
TypeDescription
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
NameDescription
varint
Returns
TypeDescription
$this

getSearchAddOns

The add-on that this search engine enables.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setSearchAddOns

The add-on that this search engine enables.

Parameter
NameDescription
varint[]
Returns
TypeDescription
$this