Show / Hide Table of Contents

Class GoogleCloudDiscoveryengineV1DataStoreFederatedSearchConfig

Stores information for federated search.

Inheritance
object
GoogleCloudDiscoveryengineV1DataStoreFederatedSearchConfig
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.DiscoveryEngine.v1.Data
Assembly: Google.Apis.DiscoveryEngine.v1.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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX