| 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 |
|---|---|
SessionServiceClient.ListSessionsPagedResponse |
SessionServiceClient.listSessions(DataStoreName parent)
Lists all Sessions by their parent [DataStore][google.cloud.discoveryengine.v1.DataStore].
|
SessionServiceClient.ListSessionsPagedResponse |
SessionServiceClient.listSessions(ListSessionsRequest request)
Lists all Sessions by their parent [DataStore][google.cloud.discoveryengine.v1.DataStore].
|
SessionServiceClient.ListSessionsPagedResponse |
SessionServiceClient.listSessions(String parent)
Lists all Sessions by their parent [DataStore][google.cloud.discoveryengine.v1.DataStore].
|
| Modifier and Type | Method and Description |
|---|---|
static com.google.api.core.ApiFuture<SessionServiceClient.ListSessionsPagedResponse> |
SessionServiceClient.ListSessionsPagedResponse.createAsync(com.google.api.gax.rpc.PageContext<ListSessionsRequest,ListSessionsResponse,Session> context,
com.google.api.core.ApiFuture<ListSessionsResponse> futureResponse) |
com.google.api.gax.rpc.UnaryCallable<ListSessionsRequest,SessionServiceClient.ListSessionsPagedResponse> |
SessionServiceClient.listSessionsPagedCallable()
Lists all Sessions by their parent [DataStore][google.cloud.discoveryengine.v1.DataStore].
|
com.google.api.gax.rpc.PagedCallSettings<ListSessionsRequest,ListSessionsResponse,SessionServiceClient.ListSessionsPagedResponse> |
SessionServiceSettings.listSessionsSettings()
Returns the object with the settings used for calls to listSessions.
|
com.google.api.gax.rpc.PagedCallSettings.Builder<ListSessionsRequest,ListSessionsResponse,SessionServiceClient.ListSessionsPagedResponse> |
SessionServiceSettings.Builder.listSessionsSettings()
Returns the builder for the settings used for calls to listSessions.
|
| Modifier and Type | Method and Description |
|---|---|
com.google.api.gax.rpc.UnaryCallable<ListSessionsRequest,SessionServiceClient.ListSessionsPagedResponse> |
SessionServiceStub.listSessionsPagedCallable() |
com.google.api.gax.rpc.UnaryCallable<ListSessionsRequest,SessionServiceClient.ListSessionsPagedResponse> |
GrpcSessionServiceStub.listSessionsPagedCallable() |
com.google.api.gax.rpc.UnaryCallable<ListSessionsRequest,SessionServiceClient.ListSessionsPagedResponse> |
HttpJsonSessionServiceStub.listSessionsPagedCallable() |
com.google.api.gax.rpc.PagedCallSettings<ListSessionsRequest,ListSessionsResponse,SessionServiceClient.ListSessionsPagedResponse> |
SessionServiceStubSettings.listSessionsSettings()
Returns the object with the settings used for calls to listSessions.
|
com.google.api.gax.rpc.PagedCallSettings.Builder<ListSessionsRequest,ListSessionsResponse,SessionServiceClient.ListSessionsPagedResponse> |
SessionServiceStubSettings.Builder.listSessionsSettings()
Returns the builder for the settings used for calls to listSessions.
|
Copyright © 2026 Google LLC. All rights reserved.