Show / Hide Table of Contents

Class GoogleCloudDiscoveryengineV1betaDataStoreFederatedSearchConfig

Stores information for federated search.

Inheritance
object
GoogleCloudDiscoveryengineV1betaDataStoreFederatedSearchConfig
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.v1beta.Data
Assembly: Google.Apis.DiscoveryEngine.v1beta.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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX