Class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaProjectCustomerProvidedConfig
- Inherits:
-
Object
- Object
- Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaProjectCustomerProvidedConfig
- 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::GoogleCloudDiscoveryengineV1alphaProjectCustomerProvidedConfigNotebooklmConfig
Configuration for NotebookLM.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDiscoveryengineV1alphaProjectCustomerProvidedConfig
constructor
A new instance of GoogleCloudDiscoveryengineV1alphaProjectCustomerProvidedConfig.
-
#update!(**args) ⇒ Object
Update properties of this object.
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_config ⇒ Google::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 |