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.



23401
23402
23403
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 23401

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)


23399
23400
23401
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 23399

def search_config
  @search_config
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



23406
23407
23408
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 23406

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