Class: Google::Cloud::DiscoveryEngine::V1beta::Engine::SearchEngineConfig

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/discoveryengine/v1beta/engine.rb

Overview

Configurations for a Search Engine.

Instance Attribute Summary collapse

Instance Attribute Details

#search_add_ons::Array<::Google::Cloud::DiscoveryEngine::V1beta::SearchAddOn>

Returns The add-on that this search engine enables.

Returns:



119
120
121
122
# File 'proto_docs/google/cloud/discoveryengine/v1beta/engine.rb', line 119

class SearchEngineConfig
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#search_tier::Google::Cloud::DiscoveryEngine::V1beta::SearchTier

Returns The search feature tier of this engine.

Different tiers might have different pricing. To learn more, please check the pricing documentation.

Defaults to SearchTier.SEARCH_TIER_STANDARD if not specified.

Returns:



119
120
121
122
# File 'proto_docs/google/cloud/discoveryengine/v1beta/engine.rb', line 119

class SearchEngineConfig
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end