Class: Google::Cloud::DiscoveryEngine::V1::Engine::SearchEngineConfig
- Inherits:
-
Object
- Object
- Google::Cloud::DiscoveryEngine::V1::Engine::SearchEngineConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/discoveryengine/v1/engine.rb
Overview
Configurations for a Search Engine.
Instance Attribute Summary collapse
-
#search_add_ons ⇒ ::Array<::Google::Cloud::DiscoveryEngine::V1::SearchAddOn>
The add-on that this search engine enables.
-
#search_tier ⇒ ::Google::Cloud::DiscoveryEngine::V1::SearchTier
The search feature tier of this engine.
Instance Attribute Details
#search_add_ons ⇒ ::Array<::Google::Cloud::DiscoveryEngine::V1::SearchAddOn>
Returns The add-on that this search engine enables.
118 119 120 121 |
# File 'proto_docs/google/cloud/discoveryengine/v1/engine.rb', line 118 class SearchEngineConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#search_tier ⇒ ::Google::Cloud::DiscoveryEngine::V1::SearchTier
Returns 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.
118 119 120 121 |
# File 'proto_docs/google/cloud/discoveryengine/v1/engine.rb', line 118 class SearchEngineConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |