Gemini Enterprise for Customer Experience v1 API - Class DataStore.Types.ConnectorConfig (1.0.0-beta01)

public sealed class DataStore.Types.ConnectorConfig : IMessage<DataStore.Types.ConnectorConfig>, IEquatable<DataStore.Types.ConnectorConfig>, IDeepCloneable<DataStore.Types.ConnectorConfig>, IBufferMessage, IMessage

Reference 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.

Inheritance

object > DataStore.Types.ConnectorConfig

Namespace

Google.Cloud.Ces.V1

Assembly

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