Class: Google::Cloud::DiscoveryEngine::V1beta::DataStore::FederatedSearchConfig::NotebooklmConfig
- Inherits:
-
Object
- Object
- Google::Cloud::DiscoveryEngine::V1beta::DataStore::FederatedSearchConfig::NotebooklmConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/discoveryengine/v1beta/data_store.rb
Overview
Config for connecting to NotebookLM Enterprise.
Instance Attribute Summary collapse
-
#search_config ⇒ ::String
Required.
Instance Attribute Details
#search_config ⇒ ::String
Returns Required. Search config name.
Format: projects//locations/global/notebookLmSearchConfigs/.
314 315 316 317 |
# File 'proto_docs/google/cloud/discoveryengine/v1beta/data_store.rb', line 314 class NotebooklmConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |