Class GoogleCloudDiscoveryengineV1WidgetConfigDataStoreUiConfig
UI component configuration for data store.
Implements
Inherited Members
Namespace: Google.Apis.DiscoveryEngine.v1.Data
Assembly: Google.Apis.DiscoveryEngine.v1.dll
Syntax
public class GoogleCloudDiscoveryengineV1WidgetConfigDataStoreUiConfig : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
FacetField
Facet fields that store the mapping of fields to end user widget appearance.
Declaration
[JsonProperty("facetField")]
public virtual IList<GoogleCloudDiscoveryengineV1WidgetConfigFacetField> FacetField { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<GoogleCloudDiscoveryengineV1WidgetConfigFacetField> |
FieldsUiComponentsMap
The key is the UI component. Mock. Currently supported title, thumbnail, url, custom1, custom2,
custom3. The value is the name of the field along with its device visibility. The 3 custom fields are
optional and can be added or removed. title, thumbnail, url are required UI components that cannot be
removed.
Declaration
[JsonProperty("fieldsUiComponentsMap")]
public virtual IDictionary<string, GoogleCloudDiscoveryengineV1WidgetConfigUIComponentField> FieldsUiComponentsMap { get; set; }
Property Value
| Type | Description |
|---|---|
| IDictionary<string, GoogleCloudDiscoveryengineV1WidgetConfigUIComponentField> |
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 |