Class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaDataStoreFederatedSearchConfig

Inherits:
Object
  • Object
show all
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

Stores information for federated search.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudDiscoveryengineV1alphaDataStoreFederatedSearchConfig

Returns a new instance of GoogleCloudDiscoveryengineV1alphaDataStoreFederatedSearchConfig.



11310
11311
11312
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 11310

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#alloy_db_configGoogle::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaDataStoreFederatedSearchConfigAlloyDbConfig

Stores information for connecting to AlloyDB. Corresponds to the JSON property alloyDbConfig



11298
11299
11300
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 11298

def alloy_db_config
  @alloy_db_config
end

#notebooklm_configGoogle::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaDataStoreFederatedSearchConfigNotebooklmConfig

Config for connecting to NotebookLM Enterprise. Corresponds to the JSON property notebooklmConfig



11303
11304
11305
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 11303

def notebooklm_config
  @notebooklm_config
end

#third_party_oauth_configGoogle::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaDataStoreFederatedSearchConfigThirdPartyOauthConfig

Stores information for third party applicationOAuth. Corresponds to the JSON property thirdPartyOauthConfig



11308
11309
11310
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 11308

def third_party_oauth_config
  @third_party_oauth_config
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



11315
11316
11317
11318
11319
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 11315

def update!(**args)
  @alloy_db_config = args[:alloy_db_config] if args.key?(:alloy_db_config)
  @notebooklm_config = args[:notebooklm_config] if args.key?(:notebooklm_config)
  @third_party_oauth_config = args[:third_party_oauth_config] if args.key?(:third_party_oauth_config)
end