Class: Google::Cloud::DiscoveryEngine::V1beta::SiteSearchEngine
- Inherits:
-
Object
- Object
- Google::Cloud::DiscoveryEngine::V1beta::SiteSearchEngine
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/discoveryengine/v1beta/site_search_engine.rb
Overview
SiteSearchEngine captures DataStore level site search persisting configurations. It is a singleton value per data store.
Instance Attribute Summary collapse
-
#name ⇒ ::String
The fully qualified resource name of the site search engine.
Instance Attribute Details
#name ⇒ ::String
Returns The fully qualified resource name of the site search engine.
Format: projects/*/locations/*/dataStores/*/siteSearchEngine
.
30 31 32 33 |
# File 'proto_docs/google/cloud/discoveryengine/v1beta/site_search_engine.rb', line 30 class SiteSearchEngine include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |