Class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1SiteSearchEngine

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudDiscoveryengineV1SiteSearchEngine

Returns a new instance of GoogleCloudDiscoveryengineV1SiteSearchEngine.



7374
7375
7376
# File 'lib/google/apis/discoveryengine_v1/classes.rb', line 7374

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#nameString

The fully qualified resource name of the site search engine. Format: projects/ */locations/*/dataStores/*/siteSearchEngine Corresponds to the JSON property name

Returns:

  • (String)


7372
7373
7374
# File 'lib/google/apis/discoveryengine_v1/classes.rb', line 7372

def name
  @name
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



7379
7380
7381
# File 'lib/google/apis/discoveryengine_v1/classes.rb', line 7379

def update!(**args)
  @name = args[:name] if args.key?(:name)
end