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.
23401 23402 23403 |
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 23401 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
23399 23400 23401 |
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 23399 def search_config @search_config end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
23406 23407 23408 |
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 23406 def update!(**args) @search_config = args[:search_config] if args.key?(:search_config) end |