Class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaProjectCustomerProvidedConfig
- Inherits:
-
Object
- Object
- Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaProjectCustomerProvidedConfig
- 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::GoogleCloudDiscoveryengineV1betaProjectCustomerProvidedConfigNotebooklmConfig
Configuration for NotebookLM.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDiscoveryengineV1betaProjectCustomerProvidedConfig
constructor
A new instance of GoogleCloudDiscoveryengineV1betaProjectCustomerProvidedConfig.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDiscoveryengineV1betaProjectCustomerProvidedConfig
Returns a new instance of GoogleCloudDiscoveryengineV1betaProjectCustomerProvidedConfig.
27750 27751 27752 |
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 27750 def initialize(**args) update!(**args) end |
Instance Attribute Details
#notebooklm_config ⇒ Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaProjectCustomerProvidedConfigNotebooklmConfig
Configuration for NotebookLM.
Corresponds to the JSON property notebooklmConfig
27748 27749 27750 |
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 27748 def notebooklm_config @notebooklm_config end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
27755 27756 27757 |
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 27755 def update!(**args) @notebooklm_config = args[:notebooklm_config] if args.key?(:notebooklm_config) end |