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.



13845
13846
13847
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 13845

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

Instance Attribute Details

#notebooklm_configGoogle::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaProjectCustomerProvidedConfigNotebooklmConfig

Configuration for NotebookLM. Corresponds to the JSON property notebooklmConfig



13843
13844
13845
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 13843

def notebooklm_config
  @notebooklm_config
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



13850
13851
13852
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 13850

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