Class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1SiteSearchEngine
- Inherits:
-
Object
- Object
- Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1SiteSearchEngine
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/discoveryengine_v1/classes.rb,
lib/google/apis/discoveryengine_v1/representations.rb,
lib/google/apis/discoveryengine_v1/representations.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 Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDiscoveryengineV1SiteSearchEngine
constructor
A new instance of GoogleCloudDiscoveryengineV1SiteSearchEngine.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDiscoveryengineV1SiteSearchEngine
Returns a new instance of GoogleCloudDiscoveryengineV1SiteSearchEngine.
8110 8111 8112 |
# File 'lib/google/apis/discoveryengine_v1/classes.rb', line 8110 def initialize(**args) update!(**args) end |
Instance Attribute Details
#name ⇒ String
The fully qualified resource name of the site search engine. Format: projects/
*/locations/*/dataStores/*/siteSearchEngine
Corresponds to the JSON property name
8108 8109 8110 |
# File 'lib/google/apis/discoveryengine_v1/classes.rb', line 8108 def name @name end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
8115 8116 8117 |
# File 'lib/google/apis/discoveryengine_v1/classes.rb', line 8115 def update!(**args) @name = args[:name] if args.key?(:name) end |