Discovery Engine v1beta API - Class DataStore (1.0.0-beta12)

public sealed class DataStore : IMessage<DataStore>, IEquatable<DataStore>, IDeepCloneable<DataStore>, IBufferMessage, IMessage

Reference documentation and code samples for the Discovery Engine v1beta API class DataStore.

DataStore captures global settings and configs at the DataStore level.

Inheritance

object > DataStore

Namespace

Google.Cloud.DiscoveryEngine.V1Beta

Assembly

Google.Cloud.DiscoveryEngine.V1Beta.dll

Constructors

DataStore()

public DataStore()

DataStore(DataStore)

public DataStore(DataStore other)
Parameter
NameDescription
otherDataStore

Properties

ContentConfig

public DataStore.Types.ContentConfig ContentConfig { get; set; }

Immutable. The content config of the data store. If this field is unset, the server behavior defaults to [ContentConfig.NO_CONTENT][google.cloud.discoveryengine.v1beta.DataStore.ContentConfig.NO_CONTENT].

Property Value
TypeDescription
DataStoreTypesContentConfig

CreateTime

public Timestamp CreateTime { get; set; }

Output only. Timestamp the [DataStore][google.cloud.discoveryengine.v1beta.DataStore] was created at.

Property Value
TypeDescription
Timestamp

DataStoreName

public DataStoreName DataStoreName { get; set; }

DataStoreName-typed view over the Name resource name property.

Property Value
TypeDescription
DataStoreName

DefaultSchemaId

public string DefaultSchemaId { get; set; }

Output only. The id of the default [Schema][google.cloud.discoveryengine.v1beta.Schema] asscociated to this data store.

Property Value
TypeDescription
string

DisplayName

public string DisplayName { get; set; }

Required. The data store display name.

This field must be a UTF-8 encoded string with a length limit of 128 characters. Otherwise, an INVALID_ARGUMENT error is returned.

Property Value
TypeDescription
string

DocumentProcessingConfig

public DocumentProcessingConfig DocumentProcessingConfig { get; set; }

Configuration for Document understanding and enrichment.

Property Value
TypeDescription
DocumentProcessingConfig

IndustryVertical

public IndustryVertical IndustryVertical { get; set; }

Immutable. The industry vertical that the data store registers.

Property Value
TypeDescription
IndustryVertical

Name

public string Name { get; set; }

Immutable. The full resource name of the data store. Format: projects/{project}/locations/{location}/collections/{collection_id}/dataStores/{data_store_id}.

This field must be a UTF-8 encoded string with a length limit of 1024 characters.

Property Value
TypeDescription
string

SolutionTypes

public RepeatedField<SolutionType> SolutionTypes { get; }

The solutions that the data store enrolls. Available solutions for each [industry_vertical][google.cloud.discoveryengine.v1beta.DataStore.industry_vertical]:

  • MEDIA: SOLUTION_TYPE_RECOMMENDATION and SOLUTION_TYPE_SEARCH.
  • SITE_SEARCH: SOLUTION_TYPE_SEARCH is automatically enrolled. Other solutions cannot be enrolled.
Property Value
TypeDescription
RepeatedFieldSolutionType

StartingSchema

public Schema StartingSchema { get; set; }

The start schema to use for this [DataStore][google.cloud.discoveryengine.v1beta.DataStore] when provisioning it. If unset, a default vertical specialized schema will be used.

This field is only used by [CreateDataStore][] API, and will be ignored if used in other APIs. This field will be omitted from all API responses including [CreateDataStore][] API. To retrieve a schema of a [DataStore][google.cloud.discoveryengine.v1beta.DataStore], use [SchemaService.GetSchema][google.cloud.discoveryengine.v1beta.SchemaService.GetSchema] API instead.

The provided schema will be validated against certain rules on schema. Learn more from this doc.

Property Value
TypeDescription
Schema