Class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaDataStoreFederatedSearchConfigNotebooklmConfig
- Inherits:
-
Object
- Object
- Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaDataStoreFederatedSearchConfigNotebooklmConfig
- 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) ⇒ GoogleCloudDiscoveryengineV1alphaDataStoreFederatedSearchConfigNotebooklmConfig
constructor
A new instance of GoogleCloudDiscoveryengineV1alphaDataStoreFederatedSearchConfigNotebooklmConfig.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDiscoveryengineV1alphaDataStoreFederatedSearchConfigNotebooklmConfig
Returns a new instance of GoogleCloudDiscoveryengineV1alphaDataStoreFederatedSearchConfigNotebooklmConfig.
10770 10771 10772 |
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 10770 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
10768 10769 10770 |
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 10768 def search_config @search_config end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
10775 10776 10777 |
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 10775 def update!(**args) @search_config = args[:search_config] if args.key?(:search_config) end |