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.
| Parameters | |
|---|---|
| Name | Description |
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: |
getCollection
Resource name of the collection the data store belongs to.
| Returns | |
|---|---|
| Type | Description |
string |
|
setCollection
Resource name of the collection the data store belongs to.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getCollectionDisplayName
Display name of the collection the data store belongs to.
| Returns | |
|---|---|
| Type | Description |
string |
|
setCollectionDisplayName
Display name of the collection the data store belongs to.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getDataSource
The name of the data source.
Example: salesforce, jira, confluence, bigquery.
| Returns | |
|---|---|
| Type | Description |
string |
|
setDataSource
The name of the data source.
Example: salesforce, jira, confluence, bigquery.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|