Reference documentation and code samples for the Discovery Engine V1BETA API class Google::Cloud::DiscoveryEngine::V1beta::Engine::SearchEngineConfig.
Configurations for a Search Engine.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#search_add_ons
def search_add_ons() -> ::Array<::Google::Cloud::DiscoveryEngine::V1beta::SearchAddOn>
- (::Array<::Google::Cloud::DiscoveryEngine::V1beta::SearchAddOn>) — The add-on that this search engine enables.
#search_add_ons=
def search_add_ons=(value) -> ::Array<::Google::Cloud::DiscoveryEngine::V1beta::SearchAddOn>
- value (::Array<::Google::Cloud::DiscoveryEngine::V1beta::SearchAddOn>) — The add-on that this search engine enables.
- (::Array<::Google::Cloud::DiscoveryEngine::V1beta::SearchAddOn>) — The add-on that this search engine enables.
#search_tier
def search_tier() -> ::Google::Cloud::DiscoveryEngine::V1beta::SearchTier
-
(::Google::Cloud::DiscoveryEngine::V1beta::SearchTier) — 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_tier=
def search_tier=(value) -> ::Google::Cloud::DiscoveryEngine::V1beta::SearchTier
-
value (::Google::Cloud::DiscoveryEngine::V1beta::SearchTier) — 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.
-
(::Google::Cloud::DiscoveryEngine::V1beta::SearchTier) — 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.