Package com.google.cloud.dialogflow.v2
Class ContextsClient.ListContextsPage
- java.lang.Object
-
- com.google.api.gax.paging.AbstractPage<ListContextsRequest,ListContextsResponse,Context,ContextsClient.ListContextsPage>
-
- com.google.cloud.dialogflow.v2.ContextsClient.ListContextsPage
-
- All Implemented Interfaces:
com.google.api.gax.paging.AsyncPage<Context>
,com.google.api.gax.paging.Page<Context>
- Enclosing class:
- ContextsClient
public static class ContextsClient.ListContextsPage extends com.google.api.gax.paging.AbstractPage<ListContextsRequest,ListContextsResponse,Context,ContextsClient.ListContextsPage>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected ContextsClient.ListContextsPage
createPage(com.google.api.gax.rpc.PageContext<ListContextsRequest,ListContextsResponse,Context> context, ListContextsResponse response)
com.google.api.core.ApiFuture<ContextsClient.ListContextsPage>
createPageAsync(com.google.api.gax.rpc.PageContext<ListContextsRequest,ListContextsResponse,Context> context, com.google.api.core.ApiFuture<ListContextsResponse> futureResponse)
-
Methods inherited from class com.google.api.gax.paging.AbstractPage
getNextPage, getNextPage, getNextPageAsync, getNextPageToken, getPageElementCount, getRequest, getResponse, getValues, hasNextPage, iterateAll
-
-
-
-
Method Detail
-
createPage
protected ContextsClient.ListContextsPage createPage(com.google.api.gax.rpc.PageContext<ListContextsRequest,ListContextsResponse,Context> context, ListContextsResponse response)
- Specified by:
createPage
in classcom.google.api.gax.paging.AbstractPage<ListContextsRequest,ListContextsResponse,Context,ContextsClient.ListContextsPage>
-
createPageAsync
public com.google.api.core.ApiFuture<ContextsClient.ListContextsPage> createPageAsync(com.google.api.gax.rpc.PageContext<ListContextsRequest,ListContextsResponse,Context> context, com.google.api.core.ApiFuture<ListContextsResponse> futureResponse)
- Overrides:
createPageAsync
in classcom.google.api.gax.paging.AbstractPage<ListContextsRequest,ListContextsResponse,Context,ContextsClient.ListContextsPage>
-
-