Class ConversationalSearchServiceClient.ListSessionsPage (0.39.0)

public static class ConversationalSearchServiceClient.ListSessionsPage extends AbstractPage<ListSessionsRequest,ListSessionsResponse,Session,ConversationalSearchServiceClient.ListSessionsPage>

Inheritance

java.lang.Object > AbstractPage > ConversationalSearchServiceClient.ListSessionsPage

Methods

createPage(PageContext<ListSessionsRequest,ListSessionsResponse,Session> context, ListSessionsResponse response)

protected ConversationalSearchServiceClient.ListSessionsPage createPage(PageContext<ListSessionsRequest,ListSessionsResponse,Session> context, ListSessionsResponse response)
Parameters
Name Description
context PageContext<ListSessionsRequest,ListSessionsResponse,Session>
response ListSessionsResponse
Returns
Type Description
ConversationalSearchServiceClient.ListSessionsPage
Overrides

createPageAsync(PageContext<ListSessionsRequest,ListSessionsResponse,Session> context, ApiFuture<ListSessionsResponse> futureResponse)

public ApiFuture<ConversationalSearchServiceClient.ListSessionsPage> createPageAsync(PageContext<ListSessionsRequest,ListSessionsResponse,Session> context, ApiFuture<ListSessionsResponse> futureResponse)
Parameters
Name Description
context PageContext<ListSessionsRequest,ListSessionsResponse,Session>
futureResponse ApiFuture<ListSessionsResponse>
Returns
Type Description
ApiFuture<ListSessionsPage>
Overrides