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