Class: Google::Cloud::DiscoveryEngine::V1::AdvancedSiteSearchConfig
- Inherits:
-
Object
- Object
- Google::Cloud::DiscoveryEngine::V1::AdvancedSiteSearchConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/discoveryengine/v1/data_store.rb
Overview
Configuration data for advance site search.
Instance Attribute Summary collapse
-
#disable_automatic_refresh ⇒ ::Boolean
If set true, automatic refresh is disabled for the DataStore.
-
#disable_initial_index ⇒ ::Boolean
If set true, initial indexing is disabled for the DataStore.
Instance Attribute Details
#disable_automatic_refresh ⇒ ::Boolean
Returns If set true, automatic refresh is disabled for the DataStore.
157 158 159 160 |
# File 'proto_docs/google/cloud/discoveryengine/v1/data_store.rb', line 157 class AdvancedSiteSearchConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#disable_initial_index ⇒ ::Boolean
Returns If set true, initial indexing is disabled for the DataStore.
157 158 159 160 |
# File 'proto_docs/google/cloud/discoveryengine/v1/data_store.rb', line 157 class AdvancedSiteSearchConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |