Class GoogleCloudDiscoveryengineV1WidgetConfigDataStoreComponent
Read-only data store component that contains data stores fields that may be used for filtering, it's the child
of CollectionComponent.
Implements
Inherited Members
Namespace: Google.Apis.DiscoveryEngine.v1.Data
Assembly: Google.Apis.DiscoveryEngine.v1.dll
Syntax
public class GoogleCloudDiscoveryengineV1WidgetConfigDataStoreComponent : IDirectResponseSchema
Properties
DataStoreConfigType
Output only. The type of the data store config.
Declaration
[JsonProperty("dataStoreConfigType")]
public virtual string DataStoreConfigType { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
DisplayName
The display name of the data store.
Declaration
[JsonProperty("displayName")]
public virtual string DisplayName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
EntityName
The name of the entity, retrieved from Collection.data_connector.entities.entityName.
Declaration
[JsonProperty("entityName")]
public virtual string EntityName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Id
Output only. the identifier of the data store, used for widget service. For now it refers to data_store_id, in the future we will migrate the field to encrypted data store name UUID.
Declaration
[JsonProperty("id")]
public virtual string Id { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Name
The name of the data store. It should be data store resource name Format:
projects/{project}/locations/{location}/collections/{collection_id}/dataStores/{data_store_id}. For APIs
under WidgetService, such as WidgetService.LookUpWidgetConfig, the project number and location part is
erased in this field.
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| string |