Discovery Engine v1beta API - Class DataStore.Types.FederatedSearchConfig.Types.AlloyDbConfig (1.0.0-beta24)

public sealed class DataStore.Types.FederatedSearchConfig.Types.AlloyDbConfig : IMessage<DataStore.Types.FederatedSearchConfig.Types.AlloyDbConfig>, IEquatable<DataStore.Types.FederatedSearchConfig.Types.AlloyDbConfig>, IDeepCloneable<DataStore.Types.FederatedSearchConfig.Types.AlloyDbConfig>, IBufferMessage, IMessage

Reference documentation and code samples for the Discovery Engine v1beta API class DataStore.Types.FederatedSearchConfig.Types.AlloyDbConfig.

Stores information for connecting to AlloyDB.

Inheritance

object > DataStore.Types.FederatedSearchConfig.Types.AlloyDbConfig

Namespace

Google.Cloud.DiscoveryEngine.V1Beta

Assembly

Google.Cloud.DiscoveryEngine.V1Beta.dll

Constructors

AlloyDbConfig()

public AlloyDbConfig()

AlloyDbConfig(AlloyDbConfig)

public AlloyDbConfig(DataStore.Types.FederatedSearchConfig.Types.AlloyDbConfig other)
Parameter
Name Description
other DataStoreTypesFederatedSearchConfigTypesAlloyDbConfig

Properties

AlloydbAiNlConfig

public DataStore.Types.FederatedSearchConfig.Types.AlloyDbConfig.Types.AlloyDbAiNaturalLanguageConfig AlloydbAiNlConfig { get; set; }

Optional. Configuration for Magic.

Property Value
Type Description
DataStoreTypesFederatedSearchConfigTypesAlloyDbConfigTypesAlloyDbAiNaturalLanguageConfig

AlloydbConnectionConfig

public DataStore.Types.FederatedSearchConfig.Types.AlloyDbConfig.Types.AlloyDbConnectionConfig AlloydbConnectionConfig { get; set; }

Required. Configuration for connecting to AlloyDB.

Property Value
Type Description
DataStoreTypesFederatedSearchConfigTypesAlloyDbConfigTypesAlloyDbConnectionConfig

ReturnedFields

public RepeatedField<string> ReturnedFields { get; }

Optional. Fields to be returned in the search results. If empty, all fields will be returned.

Property Value
Type Description
RepeatedFieldstring