public sealed class DataStore.Types.ServingConfigDataStore : IMessage<DataStore.Types.ServingConfigDataStore>, IEquatable<DataStore.Types.ServingConfigDataStore>, IDeepCloneable<DataStore.Types.ServingConfigDataStore>, IBufferMessage, IMessage
Reference documentation and code samples for the Discovery Engine v1beta API class DataStore.Types.ServingConfigDataStore.
Stores information regarding the serving configurations at DataStore level.
Implements
IMessageDataStoreTypesServingConfigDataStore, IEquatableDataStoreTypesServingConfigDataStore, IDeepCloneableDataStoreTypesServingConfigDataStore, IBufferMessage, IMessageNamespace
Google.Cloud.DiscoveryEngine.V1BetaAssembly
Google.Cloud.DiscoveryEngine.V1Beta.dll
Constructors
ServingConfigDataStore()
public ServingConfigDataStore()
ServingConfigDataStore(ServingConfigDataStore)
public ServingConfigDataStore(DataStore.Types.ServingConfigDataStore other)
Parameter | |
---|---|
Name | Description |
other |
DataStoreTypesServingConfigDataStore |
Properties
DisabledForServing
public bool DisabledForServing { get; set; }
If set true, the DataStore will not be available for serving search requests.
Property Value | |
---|---|
Type | Description |
bool |