Class FederatedSearchConfig (0.20.1)

FederatedSearchConfig(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Stores information for federated search.

This message has oneof_ fields (mutually exclusive fields). For each oneof, at most one member field can be set at the same time. Setting any member of the oneof automatically clears all other members.

.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields

Attributes

Name Description
alloy_db_config google.cloud.discoveryengine_v1beta.types.DataStore.FederatedSearchConfig.AlloyDbConfig
AlloyDB config. If set, this DataStore is connected to AlloyDB. This field is a member of oneof_ data_source_config.
third_party_oauth_config google.cloud.discoveryengine_v1beta.types.DataStore.FederatedSearchConfig.ThirdPartyOauthConfig
Third Party OAuth config. If set, this DataStore is connected to a third party application. This field is a member of oneof_ data_source_config.
notebooklm_config google.cloud.discoveryengine_v1beta.types.DataStore.FederatedSearchConfig.NotebooklmConfig
NotebookLM config. If set, this DataStore is connected to NotebookLM Enterprise. This field is a member of oneof_ data_source_config.

Classes

AlloyDbConfig

AlloyDbConfig(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Stores information for connecting to AlloyDB.

NotebooklmConfig

NotebooklmConfig(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Config for connecting to NotebookLM Enterprise.

ThirdPartyOauthConfig

ThirdPartyOauthConfig(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Stores information for third party applicationOAuth.