Class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaSiteSearchEngine

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

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudDiscoveryengineV1betaSiteSearchEngine

Returns a new instance of GoogleCloudDiscoveryengineV1betaSiteSearchEngine.



19794
19795
19796
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 19794

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)


19792
19793
19794
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 19792

def name
  @name
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



19799
19800
19801
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 19799

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