Class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaProjectCustomerProvidedConfig

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) ⇒ GoogleCloudDiscoveryengineV1alphaProjectCustomerProvidedConfig

Returns a new instance of GoogleCloudDiscoveryengineV1alphaProjectCustomerProvidedConfig.



14784
14785
14786
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 14784

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

Instance Attribute Details

#notebooklm_configGoogle::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaProjectCustomerProvidedConfigNotebooklmConfig

Configuration for NotebookLM. Corresponds to the JSON property notebooklmConfig



14782
14783
14784
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 14782

def notebooklm_config
  @notebooklm_config
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



14789
14790
14791
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 14789

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