Class GoogleCloudDiscoveryengineV1alphaWidgetConfigDataStoreUiConfig
UI component configuration for data store.
Implements
Inherited Members
Namespace: Google.Apis.DiscoveryEngine.v1alpha.Data
Assembly: Google.Apis.DiscoveryEngine.v1alpha.dll
Syntax
public class GoogleCloudDiscoveryengineV1alphaWidgetConfigDataStoreUiConfig : 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<GoogleCloudDiscoveryengineV1alphaWidgetConfigFacetField> FacetField { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleCloudDiscoveryengineV1alphaWidgetConfigFacetField> |
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, GoogleCloudDiscoveryengineV1alphaWidgetConfigUIComponentField> FieldsUiComponentsMap { get; set; }
Property Value
Type | Description |
---|---|
IDictionary<string, GoogleCloudDiscoveryengineV1alphaWidgetConfigUIComponentField> |
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 |