public sealed class DataStoreSettings : IMessage<DataStoreSettings>, IEquatable<DataStoreSettings>, IDeepCloneable<DataStoreSettings>, IBufferMessage, IMessageReference documentation and code samples for the Gemini Enterprise for Customer Experience v1beta API class DataStoreSettings.
Data store related settings for the app.
Implements
IMessageDataStoreSettings, IEquatableDataStoreSettings, IDeepCloneableDataStoreSettings, IBufferMessage, IMessageNamespace
Google.Cloud.Ces.V1BetaAssembly
Google.Cloud.Ces.V1Beta.dll
Constructors
DataStoreSettings()
public DataStoreSettings()DataStoreSettings(DataStoreSettings)
public DataStoreSettings(DataStoreSettings other)| Parameter | |
|---|---|
| Name | Description |
other |
DataStoreSettings |
Properties
Engines
public RepeatedField<DataStoreSettings.Types.Engine> Engines { get; }Output only. The engines for the app.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldDataStoreSettingsTypesEngine |
|