Class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaDataStoreFederatedSearchConfigNotebooklmConfig
- Inherits:
-
Object
- Object
- Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaDataStoreFederatedSearchConfigNotebooklmConfig
- 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
Config for connecting to NotebookLM Enterprise.
Instance Attribute Summary collapse
-
#search_config ⇒ String
Required.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDiscoveryengineV1betaDataStoreFederatedSearchConfigNotebooklmConfig
constructor
A new instance of GoogleCloudDiscoveryengineV1betaDataStoreFederatedSearchConfigNotebooklmConfig.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDiscoveryengineV1betaDataStoreFederatedSearchConfigNotebooklmConfig
Returns a new instance of GoogleCloudDiscoveryengineV1betaDataStoreFederatedSearchConfigNotebooklmConfig.
23605 23606 23607 |
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 23605 def initialize(**args) update!(**args) end |
Instance Attribute Details
#search_config ⇒ String
Required. Search config name. Format: projects//locations/global/
notebookLmSearchConfigs/
Corresponds to the JSON property searchConfig
23603 23604 23605 |
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 23603 def search_config @search_config end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
23610 23611 23612 |
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 23610 def update!(**args) @search_config = args[:search_config] if args.key?(:search_config) end |