Class GoogleCloudDiscoveryengineV1betaDataStoreFederatedSearchConfig
Stores information for federated search.
Implements
Inherited Members
Namespace: Google.Apis.DiscoveryEngine.v1alpha.Data
Assembly: Google.Apis.DiscoveryEngine.v1alpha.dll
Syntax
public class GoogleCloudDiscoveryengineV1betaDataStoreFederatedSearchConfig : IDirectResponseSchema
Properties
AlloyDbConfig
AlloyDB config. If set, this DataStore is connected to AlloyDB.
Declaration
[JsonProperty("alloyDbConfig")]
public virtual GoogleCloudDiscoveryengineV1betaDataStoreFederatedSearchConfigAlloyDbConfig AlloyDbConfig { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleCloudDiscoveryengineV1betaDataStoreFederatedSearchConfigAlloyDbConfig |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
NotebooklmConfig
NotebookLM config. If set, this DataStore is connected to NotebookLM Enterprise.
Declaration
[JsonProperty("notebooklmConfig")]
public virtual GoogleCloudDiscoveryengineV1betaDataStoreFederatedSearchConfigNotebooklmConfig NotebooklmConfig { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleCloudDiscoveryengineV1betaDataStoreFederatedSearchConfigNotebooklmConfig |
ThirdPartyOauthConfig
Third Party OAuth config. If set, this DataStore is connected to a third party application.
Declaration
[JsonProperty("thirdPartyOauthConfig")]
public virtual GoogleCloudDiscoveryengineV1betaDataStoreFederatedSearchConfigThirdPartyOauthConfig ThirdPartyOauthConfig { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleCloudDiscoveryengineV1betaDataStoreFederatedSearchConfigThirdPartyOauthConfig |