| Package | Description |
|---|---|
| com.google.cloud.discoveryengine.v1 |
A client to Discovery Engine API
The interfaces provided are listed below, along with usage samples.
|
| com.google.cloud.discoveryengine.v1.stub |
| Modifier and Type | Method and Description |
|---|---|
DataStoreServiceClient.ListDataStoresPagedResponse |
DataStoreServiceClient.listDataStores(CollectionName parent)
Lists all the [DataStore][google.cloud.discoveryengine.v1.DataStore]s associated with the
project.
|
DataStoreServiceClient.ListDataStoresPagedResponse |
DataStoreServiceClient.listDataStores(ListDataStoresRequest request)
Lists all the [DataStore][google.cloud.discoveryengine.v1.DataStore]s associated with the
project.
|
DataStoreServiceClient.ListDataStoresPagedResponse |
DataStoreServiceClient.listDataStores(String parent)
Lists all the [DataStore][google.cloud.discoveryengine.v1.DataStore]s associated with the
project.
|
| Modifier and Type | Method and Description |
|---|---|
static com.google.api.core.ApiFuture<DataStoreServiceClient.ListDataStoresPagedResponse> |
DataStoreServiceClient.ListDataStoresPagedResponse.createAsync(com.google.api.gax.rpc.PageContext<ListDataStoresRequest,ListDataStoresResponse,DataStore> context,
com.google.api.core.ApiFuture<ListDataStoresResponse> futureResponse) |
com.google.api.gax.rpc.UnaryCallable<ListDataStoresRequest,DataStoreServiceClient.ListDataStoresPagedResponse> |
DataStoreServiceClient.listDataStoresPagedCallable()
Lists all the [DataStore][google.cloud.discoveryengine.v1.DataStore]s associated with the
project.
|
com.google.api.gax.rpc.PagedCallSettings<ListDataStoresRequest,ListDataStoresResponse,DataStoreServiceClient.ListDataStoresPagedResponse> |
DataStoreServiceSettings.listDataStoresSettings()
Returns the object with the settings used for calls to listDataStores.
|
com.google.api.gax.rpc.PagedCallSettings.Builder<ListDataStoresRequest,ListDataStoresResponse,DataStoreServiceClient.ListDataStoresPagedResponse> |
DataStoreServiceSettings.Builder.listDataStoresSettings()
Returns the builder for the settings used for calls to listDataStores.
|
Copyright © 2025 Google LLC. All rights reserved.