Class GoogleCloudDiscoveryengineV1DataStoreFederatedSearchConfig
Stores information for federated search.
Implements
Inherited Members
Namespace: Google.Apis.DiscoveryEngine.v1alpha.Data
Assembly: Google.Apis.DiscoveryEngine.v1alpha.dll
Syntax
public class GoogleCloudDiscoveryengineV1DataStoreFederatedSearchConfig : IDirectResponseSchema
Properties
AlloyDbConfig
AlloyDB config. If set, this DataStore is connected to AlloyDB.
Declaration
[JsonProperty("alloyDbConfig")]
public virtual GoogleCloudDiscoveryengineV1DataStoreFederatedSearchConfigAlloyDbConfig AlloyDbConfig { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleCloudDiscoveryengineV1DataStoreFederatedSearchConfigAlloyDbConfig |
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 GoogleCloudDiscoveryengineV1DataStoreFederatedSearchConfigNotebooklmConfig NotebooklmConfig { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleCloudDiscoveryengineV1DataStoreFederatedSearchConfigNotebooklmConfig |
ThirdPartyOauthConfig
Third Party OAuth config. If set, this DataStore is connected to a third party application.
Declaration
[JsonProperty("thirdPartyOauthConfig")]
public virtual GoogleCloudDiscoveryengineV1DataStoreFederatedSearchConfigThirdPartyOauthConfig ThirdPartyOauthConfig { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleCloudDiscoveryengineV1DataStoreFederatedSearchConfigThirdPartyOauthConfig |