Show / Hide Table of Contents

Class GoogleCloudDiscoveryengineV1alphaDataConnectorSourceEntity

Represents an entity in the data source. For example, the Account object in Salesforce.

Inheritance
object
GoogleCloudDiscoveryengineV1alphaDataConnectorSourceEntity
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 GoogleCloudDiscoveryengineV1alphaDataConnectorSourceEntity : IDirectResponseSchema

Properties

DataStore

Output only. The full resource name of the associated data store for the source entity. Format: projects/*/locations/*/collections/*/dataStores/*. When the connector is initialized by the DataConnectorService.SetUpDataConnector method, a DataStore is automatically created for each source entity.

Declaration
[JsonProperty("dataStore")]
public virtual string DataStore { 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. Supported values by data source: * Salesforce: Lead, Opportunity, Contact, Account, Case, Contract, Campaign * Jira: Issue * Confluence: Content, Space

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

HealthcareFhirConfig

Optional. Configuration for HEALTHCARE_FHIR vertical.

Declaration
[JsonProperty("healthcareFhirConfig")]
public virtual GoogleCloudDiscoveryengineV1alphaHealthcareFhirConfig HealthcareFhirConfig { get; set; }
Property Value
Type Description
GoogleCloudDiscoveryengineV1alphaHealthcareFhirConfig

KeyPropertyMappings

Attributes for indexing. Key: Field name. Value: The key property to map a field to, such as title, and description. Supported key properties: * title: The title for data record. This would be displayed on search results. * description: The description for data record. This would be displayed on search results.

Declaration
[JsonProperty("keyPropertyMappings")]
public virtual IDictionary<string, string> KeyPropertyMappings { get; set; }
Property Value
Type Description
IDictionary<string, string>

Params__

The parameters for the entity to facilitate data ingestion. E.g. for BigQuery connectors: * Key: document_id_column * Value: type STRING. The value of the column ID.

Declaration
[JsonProperty("params")]
public virtual IDictionary<string, object> Params__ { get; set; }
Property Value
Type Description
IDictionary<string, object>

StartingSchema

Optional. The start schema to use for the DataStore created from this SourceEntity. If unset, a default vertical specialized schema will be used. This field is only used by SetUpDataConnector API, and will be ignored if used in other APIs. This field will be omitted from all API responses including GetDataConnector API. To retrieve a schema of a DataStore, use SchemaService.GetSchema API instead. The provided schema will be validated against certain rules on schema. Learn more from this doc.

Declaration
[JsonProperty("startingSchema")]
public virtual GoogleCloudDiscoveryengineV1alphaSchema StartingSchema { get; set; }
Property Value
Type Description
GoogleCloudDiscoveryengineV1alphaSchema

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX