Class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaDataStoreFederatedSearchConfigNotebooklmConfig

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

Config for connecting to NotebookLM Enterprise.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudDiscoveryengineV1betaDataStoreFederatedSearchConfigNotebooklmConfig

Returns a new instance of GoogleCloudDiscoveryengineV1betaDataStoreFederatedSearchConfigNotebooklmConfig.



24281
24282
24283
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 24281

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

Instance Attribute Details

#search_configString

Required. Search config name. Format: projects//locations/global/ notebookLmSearchConfigs/ Corresponds to the JSON property searchConfig

Returns:

  • (String)


24279
24280
24281
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 24279

def search_config
  @search_config
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



24286
24287
24288
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 24286

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