Class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaProjectCustomerProvidedConfig

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

Returns a new instance of GoogleCloudDiscoveryengineV1betaProjectCustomerProvidedConfig.



28881
28882
28883
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 28881

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

Instance Attribute Details

#notebooklm_configGoogle::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaProjectCustomerProvidedConfigNotebooklmConfig

Configuration for NotebookLM. Corresponds to the JSON property notebooklmConfig



28879
28880
28881
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 28879

def notebooklm_config
  @notebooklm_config
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



28886
28887
28888
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 28886

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