Class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1ProjectCustomerProvidedConfig

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

Customer provided configurations.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudDiscoveryengineV1ProjectCustomerProvidedConfig

Returns a new instance of GoogleCloudDiscoveryengineV1ProjectCustomerProvidedConfig.



5349
5350
5351
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 5349

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

Instance Attribute Details

#notebooklm_configGoogle::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1ProjectCustomerProvidedConfigNotebooklmConfig

Configuration for NotebookLM. Corresponds to the JSON property notebooklmConfig



5347
5348
5349
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 5347

def notebooklm_config
  @notebooklm_config
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



5354
5355
5356
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 5354

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