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, IMessageReference documentation and code samples for the Discovery Engine v1beta API class DataStore.Types.FederatedSearchConfig.Types.AlloyDbConfig.
Stores information for connecting to AlloyDB.
Implements
IMessageDataStoreTypesFederatedSearchConfigTypesAlloyDbConfig, IEquatableDataStoreTypesFederatedSearchConfigTypesAlloyDbConfig, IDeepCloneableDataStoreTypesFederatedSearchConfigTypesAlloyDbConfig, IBufferMessage, IMessageNamespace
Google.Cloud.DiscoveryEngine.V1BetaAssembly
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 |
|