Class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaDataStoreFederatedSearchConfig
- Inherits:
-
Object
- Object
- Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaDataStoreFederatedSearchConfig
- 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
-
#alloy_db_config ⇒ Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaDataStoreFederatedSearchConfigAlloyDbConfig
Stores information for connecting to AlloyDB.
-
#notebooklm_config ⇒ Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaDataStoreFederatedSearchConfigNotebooklmConfig
Config for connecting to NotebookLM Enterprise.
-
#third_party_oauth_config ⇒ Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaDataStoreFederatedSearchConfigThirdPartyOauthConfig
Stores information for third party applicationOAuth.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDiscoveryengineV1betaDataStoreFederatedSearchConfig
constructor
A new instance of GoogleCloudDiscoveryengineV1betaDataStoreFederatedSearchConfig.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDiscoveryengineV1betaDataStoreFederatedSearchConfig
Returns a new instance of GoogleCloudDiscoveryengineV1betaDataStoreFederatedSearchConfig.
24122 24123 24124 |
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 24122 def initialize(**args) update!(**args) end |
Instance Attribute Details
#alloy_db_config ⇒ Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaDataStoreFederatedSearchConfigAlloyDbConfig
Stores information for connecting to AlloyDB.
Corresponds to the JSON property alloyDbConfig
24110 24111 24112 |
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 24110 def alloy_db_config @alloy_db_config end |
#notebooklm_config ⇒ Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaDataStoreFederatedSearchConfigNotebooklmConfig
Config for connecting to NotebookLM Enterprise.
Corresponds to the JSON property notebooklmConfig
24115 24116 24117 |
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 24115 def notebooklm_config @notebooklm_config end |
#third_party_oauth_config ⇒ Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaDataStoreFederatedSearchConfigThirdPartyOauthConfig
Stores information for third party applicationOAuth.
Corresponds to the JSON property thirdPartyOauthConfig
24120 24121 24122 |
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 24120 def third_party_oauth_config @third_party_oauth_config end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
24127 24128 24129 24130 24131 |
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 24127 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 |