Class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1ProjectCustomerProvidedConfig
- Inherits:
-
Object
- Object
- Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1ProjectCustomerProvidedConfig
- 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
-
#notebooklm_config ⇒ Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1ProjectCustomerProvidedConfigNotebooklmConfig
Configuration for NotebookLM.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDiscoveryengineV1ProjectCustomerProvidedConfig
constructor
A new instance of GoogleCloudDiscoveryengineV1ProjectCustomerProvidedConfig.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDiscoveryengineV1ProjectCustomerProvidedConfig
Returns a new instance of GoogleCloudDiscoveryengineV1ProjectCustomerProvidedConfig.
5247 5248 5249 |
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 5247 def initialize(**args) update!(**args) end |
Instance Attribute Details
#notebooklm_config ⇒ Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1ProjectCustomerProvidedConfigNotebooklmConfig
Configuration for NotebookLM.
Corresponds to the JSON property notebooklmConfig
5245 5246 5247 |
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 5245 def notebooklm_config @notebooklm_config end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
5252 5253 5254 |
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 5252 def update!(**args) @notebooklm_config = args[:notebooklm_config] if args.key?(:notebooklm_config) end |