Reference documentation and code samples for the Google Cloud Ces V1 Client class ConnectorConfig.
The connector config for the data store connection.
Generated from protobuf message google.cloud.ces.v1.DataStore.ConnectorConfig
Namespace
Google \ Cloud \ Ces \ V1 \ DataStoreMethods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ collection
string
Resource name of the collection the data store belongs to.
↳ collection_display_name
string
Display name of the collection the data store belongs to.
↳ data_source
string
The name of the data source. Example: salesforce
, jira
, confluence
, bigquery
.
getCollection
Resource name of the collection the data store belongs to.
string
setCollection
Resource name of the collection the data store belongs to.
var
string
$this
getCollectionDisplayName
Display name of the collection the data store belongs to.
string
setCollectionDisplayName
Display name of the collection the data store belongs to.
var
string
$this
getDataSource
The name of the data source.
Example: salesforce
, jira
, confluence
, bigquery
.
string
setDataSource
The name of the data source.
Example: salesforce
, jira
, confluence
, bigquery
.
var
string
$this

