Class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaDataStoreFederatedSearchConfig

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) ⇒ GoogleCloudDiscoveryengineV1betaDataStoreFederatedSearchConfig

Returns a new instance of GoogleCloudDiscoveryengineV1betaDataStoreFederatedSearchConfig.



24275
24276
24277
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 24275

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

Instance Attribute Details

#alloy_db_configGoogle::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaDataStoreFederatedSearchConfigAlloyDbConfig

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



24263
24264
24265
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 24263

def alloy_db_config
  @alloy_db_config
end

#notebooklm_configGoogle::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaDataStoreFederatedSearchConfigNotebooklmConfig

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



24268
24269
24270
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 24268

def notebooklm_config
  @notebooklm_config
end

#third_party_oauth_configGoogle::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaDataStoreFederatedSearchConfigThirdPartyOauthConfig

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



24273
24274
24275
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 24273

def third_party_oauth_config
  @third_party_oauth_config
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



24280
24281
24282
24283
24284
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 24280

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