Class GoogleCloudDiscoveryengineV1alphaWidgetConfigDataStoreComponent
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.v1alpha.Data
Assembly: Google.Apis.DiscoveryEngine.v1alpha.dll
Syntax
public class GoogleCloudDiscoveryengineV1alphaWidgetConfigDataStoreComponent : IDirectResponseSchema
Properties
ContentConfig
Output only. The content config of the data store.
Declaration
[JsonProperty("contentConfig")]
public virtual string ContentConfig { 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 |
WorkspaceType
Output only. Workspace Source Types for workspace data, retrieved from DataStore.workspace_config.type
.
Declaration
[JsonProperty("workspaceType")]
public virtual string WorkspaceType { get; set; }
Property Value
Type | Description |
---|---|
string |