Show / Hide Table of Contents

Class GoogleCloudDiscoveryengineV1alphaWidgetConfigCollectionComponent

Read-only collection component that contains data store collections fields that may be used for filtering

Inheritance
object
GoogleCloudDiscoveryengineV1alphaWidgetConfigCollectionComponent
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.DiscoveryEngine.v1alpha.Data
Assembly: Google.Apis.DiscoveryEngine.v1alpha.dll
Syntax
public class GoogleCloudDiscoveryengineV1alphaWidgetConfigCollectionComponent : IDirectResponseSchema

Properties

ConnectorIconLink

Output only. The icon link of the connector source.

Declaration
[JsonProperty("connectorIconLink")]
public virtual string ConnectorIconLink { get; set; }
Property Value
Type Description
string

DataSource

The name of the data source, retrieved from Collection.data_connector.data_source.

Declaration
[JsonProperty("dataSource")]
public virtual string DataSource { get; set; }
Property Value
Type Description
string

DataStoreComponents

For the data store collection, list of the children data stores.

Declaration
[JsonProperty("dataStoreComponents")]
public virtual IList<GoogleCloudDiscoveryengineV1alphaWidgetConfigDataStoreComponent> DataStoreComponents { get; set; }
Property Value
Type Description
IList<GoogleCloudDiscoveryengineV1alphaWidgetConfigDataStoreComponent>

DisplayName

The display name of the collection.

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

Id

Output only. the identifier of the collection, used for widget service. For now it refers to collection_id, in the future we will migrate the field to encrypted collection name UUID.

Declaration
[JsonProperty("id")]
public virtual string Id { get; set; }
Property Value
Type Description
string

Name

The name of the collection. It should be collection resource name. Format: projects/{project}/locations/{location}/collections/{collection_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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX