public sealed class DataStore.Types.ConnectorConfig : IMessage<DataStore.Types.ConnectorConfig>, IEquatable<DataStore.Types.ConnectorConfig>, IDeepCloneable<DataStore.Types.ConnectorConfig>, IBufferMessage, IMessageReference documentation and code samples for the Gemini Enterprise for Customer Experience v1 API class DataStore.Types.ConnectorConfig.
The connector config for the data store connection.
Implements
IMessageDataStoreTypesConnectorConfig, IEquatableDataStoreTypesConnectorConfig, IDeepCloneableDataStoreTypesConnectorConfig, IBufferMessage, IMessageNamespace
Google.Cloud.Ces.V1Assembly
Google.Cloud.Ces.V1.dll
Constructors
ConnectorConfig()
public ConnectorConfig()ConnectorConfig(ConnectorConfig)
public ConnectorConfig(DataStore.Types.ConnectorConfig other)| Parameter | |
|---|---|
| Name | Description |
other |
DataStoreTypesConnectorConfig |
Properties
Collection
public string Collection { get; set; }Resource name of the collection the data store belongs to.
| Property Value | |
|---|---|
| Type | Description |
string |
|
CollectionDisplayName
public string CollectionDisplayName { get; set; }Display name of the collection the data store belongs to.
| Property Value | |
|---|---|
| Type | Description |
string |
|
DataSource
public string DataSource { get; set; }The name of the data source.
Example: salesforce, jira, confluence, bigquery.
| Property Value | |
|---|---|
| Type | Description |
string |
|