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.



14049
14050
14051
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 14049

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

Instance Attribute Details

#notebooklm_configGoogle::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaProjectCustomerProvidedConfigNotebooklmConfig

Configuration for NotebookLM. Corresponds to the JSON property notebooklmConfig



14047
14048
14049
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 14047

def notebooklm_config
  @notebooklm_config
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



14054
14055
14056
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 14054

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