Class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaSiteSearchEngine
- Inherits:
-
Object
- Object
- Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaSiteSearchEngine
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/discoveryengine_v1beta/classes.rb,
lib/google/apis/discoveryengine_v1beta/representations.rb,
lib/google/apis/discoveryengine_v1beta/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) ⇒ GoogleCloudDiscoveryengineV1betaSiteSearchEngine
constructor
A new instance of GoogleCloudDiscoveryengineV1betaSiteSearchEngine.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDiscoveryengineV1betaSiteSearchEngine
Returns a new instance of GoogleCloudDiscoveryengineV1betaSiteSearchEngine.
13342 13343 13344 |
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 13342 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
13340 13341 13342 |
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 13340 def name @name end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
13347 13348 13349 |
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 13347 def update!(**args) @name = args[:name] if args.key?(:name) end |