Package | Description |
---|---|
com.google.api.services.cloudsearch.v1 | |
com.google.api.services.cloudsearch.v1.model |
Modifier and Type | Method and Description |
---|---|
CloudSearch.Settings.Datasources.Create |
CloudSearch.Settings.Datasources.create(DataSource content)
Creates a datasource.
|
Constructor and Description |
---|
Create(DataSource content)
Creates a datasource.
|
Modifier and Type | Method and Description |
---|---|
DataSource |
DataSource.clone() |
DataSource |
UpdateDataSourceRequest.getSource() |
DataSource |
DataSource.set(java.lang.String fieldName,
java.lang.Object value) |
DataSource |
DataSource.setDisableModifications(java.lang.Boolean disableModifications)
If true, Indexing API rejects any modification calls to this datasource such as create, update,
and delete.
|
DataSource |
DataSource.setDisableServing(java.lang.Boolean disableServing)
Disable serving any search or assist results.
|
DataSource |
DataSource.setDisplayName(java.lang.String displayName)
Required.
|
DataSource |
DataSource.setIndexingServiceAccounts(java.util.List<java.lang.String> indexingServiceAccounts)
List of service accounts that have indexing access.
|
DataSource |
DataSource.setItemsVisibility(java.util.List<GSuitePrincipal> itemsVisibility)
This field restricts visibility to items at the datasource level.
|
DataSource |
DataSource.setName(java.lang.String name)
Name of the datasource resource.
|
DataSource |
DataSource.setOperationIds(java.util.List<java.lang.String> operationIds)
IDs of the Long Running Operations (LROs) currently running for this schema.
|
DataSource |
DataSource.setShortName(java.lang.String shortName)
A short name or alias for the source.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<DataSource> |
ListDataSourceResponse.getSources() |
Modifier and Type | Method and Description |
---|---|
UpdateDataSourceRequest |
UpdateDataSourceRequest.setSource(DataSource source) |
Modifier and Type | Method and Description |
---|---|
ListDataSourceResponse |
ListDataSourceResponse.setSources(java.util.List<DataSource> sources) |