Class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1DataStoreFederatedSearchConfig
- Inherits:
-
Object
- Object
- Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1DataStoreFederatedSearchConfig
- 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::GoogleCloudDiscoveryengineV1DataStoreFederatedSearchConfigAlloyDbConfig
Stores information for connecting to AlloyDB.
-
#notebooklm_config ⇒ Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1DataStoreFederatedSearchConfigNotebooklmConfig
Config for connecting to NotebookLM Enterprise.
-
#third_party_oauth_config ⇒ Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1DataStoreFederatedSearchConfigThirdPartyOauthConfig
Stores information for third party applicationOAuth.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDiscoveryengineV1DataStoreFederatedSearchConfig
constructor
A new instance of GoogleCloudDiscoveryengineV1DataStoreFederatedSearchConfig.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDiscoveryengineV1DataStoreFederatedSearchConfig
Returns a new instance of GoogleCloudDiscoveryengineV1DataStoreFederatedSearchConfig.
3032 3033 3034 |
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 3032 def initialize(**args) update!(**args) end |
Instance Attribute Details
#alloy_db_config ⇒ Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1DataStoreFederatedSearchConfigAlloyDbConfig
Stores information for connecting to AlloyDB.
Corresponds to the JSON property alloyDbConfig
3020 3021 3022 |
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 3020 def alloy_db_config @alloy_db_config end |
#notebooklm_config ⇒ Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1DataStoreFederatedSearchConfigNotebooklmConfig
Config for connecting to NotebookLM Enterprise.
Corresponds to the JSON property notebooklmConfig
3025 3026 3027 |
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 3025 def notebooklm_config @notebooklm_config end |
#third_party_oauth_config ⇒ Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1DataStoreFederatedSearchConfigThirdPartyOauthConfig
Stores information for third party applicationOAuth.
Corresponds to the JSON property thirdPartyOauthConfig
3030 3031 3032 |
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 3030 def third_party_oauth_config @third_party_oauth_config end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
3037 3038 3039 3040 3041 |
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 3037 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 |