Discovery Engine v1beta API - Class DataStore.Types.ServingConfigDataStore (1.0.0-beta18)

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.

Inheritance

object > DataStore.Types.ServingConfigDataStore

Namespace

Google.Cloud.DiscoveryEngine.V1Beta

Assembly

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