public static interface DataStore.ConnectorConfigOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getCollection()
public abstract String getCollection()Resource name of the collection the data store belongs to.
string collection = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The collection. |
getCollectionBytes()
public abstract ByteString getCollectionBytes()Resource name of the collection the data store belongs to.
string collection = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for collection. |
getCollectionDisplayName()
public abstract String getCollectionDisplayName()Display name of the collection the data store belongs to.
string collection_display_name = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The collectionDisplayName. |
getCollectionDisplayNameBytes()
public abstract ByteString getCollectionDisplayNameBytes()Display name of the collection the data store belongs to.
string collection_display_name = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for collectionDisplayName. |
getDataSource()
public abstract String getDataSource() The name of the data source.
Example: salesforce, jira, confluence, bigquery.
string data_source = 3;
| Returns | |
|---|---|
| Type | Description |
String |
The dataSource. |
getDataSourceBytes()
public abstract ByteString getDataSourceBytes() The name of the data source.
Example: salesforce, jira, confluence, bigquery.
string data_source = 3;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for dataSource. |