public sealed class DataStoreSettings : IMessage<DataStoreSettings>, IEquatable<DataStoreSettings>, IDeepCloneable<DataStoreSettings>, IBufferMessage, IMessageReference documentation and code samples for the Gemini Enterprise for Customer Experience v1 API class DataStoreSettings.
Data store related settings for the app.
Implements
IMessageDataStoreSettings, IEquatableDataStoreSettings, IDeepCloneableDataStoreSettings, IBufferMessage, IMessageNamespace
Google.Cloud.Ces.V1Assembly
Google.Cloud.Ces.V1.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 |
|