| Package | Description |
|---|---|
| com.google.cloud.discoveryengine.v1alpha |
A client to Discovery Engine API
The interfaces provided are listed below, along with usage samples.
|
| com.google.cloud.discoveryengine.v1alpha.stub |
| Modifier and Type | Method and Description |
|---|---|
ServingConfigServiceClient.ListServingConfigsPagedResponse |
ServingConfigServiceClient.listServingConfigs(DataStoreName parent)
Lists all ServingConfigs linked to this dataStore.
|
ServingConfigServiceClient.ListServingConfigsPagedResponse |
ServingConfigServiceClient.listServingConfigs(EngineName parent)
Lists all ServingConfigs linked to this dataStore.
|
ServingConfigServiceClient.ListServingConfigsPagedResponse |
ServingConfigServiceClient.listServingConfigs(ListServingConfigsRequest request)
Lists all ServingConfigs linked to this dataStore.
|
ServingConfigServiceClient.ListServingConfigsPagedResponse |
ServingConfigServiceClient.listServingConfigs(String parent)
Lists all ServingConfigs linked to this dataStore.
|
| Modifier and Type | Method and Description |
|---|---|
static com.google.api.core.ApiFuture<ServingConfigServiceClient.ListServingConfigsPagedResponse> |
ServingConfigServiceClient.ListServingConfigsPagedResponse.createAsync(com.google.api.gax.rpc.PageContext<ListServingConfigsRequest,ListServingConfigsResponse,ServingConfig> context,
com.google.api.core.ApiFuture<ListServingConfigsResponse> futureResponse) |
com.google.api.gax.rpc.UnaryCallable<ListServingConfigsRequest,ServingConfigServiceClient.ListServingConfigsPagedResponse> |
ServingConfigServiceClient.listServingConfigsPagedCallable()
Lists all ServingConfigs linked to this dataStore.
|
com.google.api.gax.rpc.PagedCallSettings<ListServingConfigsRequest,ListServingConfigsResponse,ServingConfigServiceClient.ListServingConfigsPagedResponse> |
ServingConfigServiceSettings.listServingConfigsSettings()
Returns the object with the settings used for calls to listServingConfigs.
|
com.google.api.gax.rpc.PagedCallSettings.Builder<ListServingConfigsRequest,ListServingConfigsResponse,ServingConfigServiceClient.ListServingConfigsPagedResponse> |
ServingConfigServiceSettings.Builder.listServingConfigsSettings()
Returns the builder for the settings used for calls to listServingConfigs.
|
Copyright © 2024 Google LLC. All rights reserved.