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
#required_subscription_tier
def required_subscription_tier() -> ::Google::Cloud::DiscoveryEngine::V1beta::SubscriptionTier-
(::Google::Cloud::DiscoveryEngine::V1beta::SubscriptionTier) — Optional. The required subscription tier of this engine.
They cannot be modified after engine creation. If the required subscription tier is search, user with higher license tier like assist can still access the standalone app associated with this engine.
#required_subscription_tier=
def required_subscription_tier=(value) -> ::Google::Cloud::DiscoveryEngine::V1beta::SubscriptionTier-
value (::Google::Cloud::DiscoveryEngine::V1beta::SubscriptionTier) — Optional. The required subscription tier of this engine.
They cannot be modified after engine creation. If the required subscription tier is search, user with higher license tier like assist can still access the standalone app associated with this engine.
-
(::Google::Cloud::DiscoveryEngine::V1beta::SubscriptionTier) — Optional. The required subscription tier of this engine.
They cannot be modified after engine creation. If the required subscription tier is search, user with higher license tier like assist can still access the standalone app associated with this engine.
#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.