Package com.google.cloud.dialogflow.v2
Class EnvironmentsClient.GetEnvironmentHistoryPage
- java.lang.Object
-
- com.google.api.gax.paging.AbstractPage<GetEnvironmentHistoryRequest,EnvironmentHistory,EnvironmentHistory.Entry,EnvironmentsClient.GetEnvironmentHistoryPage>
-
- com.google.cloud.dialogflow.v2.EnvironmentsClient.GetEnvironmentHistoryPage
-
- All Implemented Interfaces:
com.google.api.gax.paging.AsyncPage<EnvironmentHistory.Entry>
,com.google.api.gax.paging.Page<EnvironmentHistory.Entry>
- Enclosing class:
- EnvironmentsClient
public static class EnvironmentsClient.GetEnvironmentHistoryPage extends com.google.api.gax.paging.AbstractPage<GetEnvironmentHistoryRequest,EnvironmentHistory,EnvironmentHistory.Entry,EnvironmentsClient.GetEnvironmentHistoryPage>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected EnvironmentsClient.GetEnvironmentHistoryPage
createPage(com.google.api.gax.rpc.PageContext<GetEnvironmentHistoryRequest,EnvironmentHistory,EnvironmentHistory.Entry> context, EnvironmentHistory response)
com.google.api.core.ApiFuture<EnvironmentsClient.GetEnvironmentHistoryPage>
createPageAsync(com.google.api.gax.rpc.PageContext<GetEnvironmentHistoryRequest,EnvironmentHistory,EnvironmentHistory.Entry> context, com.google.api.core.ApiFuture<EnvironmentHistory> 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 EnvironmentsClient.GetEnvironmentHistoryPage createPage(com.google.api.gax.rpc.PageContext<GetEnvironmentHistoryRequest,EnvironmentHistory,EnvironmentHistory.Entry> context, EnvironmentHistory response)
- Specified by:
createPage
in classcom.google.api.gax.paging.AbstractPage<GetEnvironmentHistoryRequest,EnvironmentHistory,EnvironmentHistory.Entry,EnvironmentsClient.GetEnvironmentHistoryPage>
-
createPageAsync
public com.google.api.core.ApiFuture<EnvironmentsClient.GetEnvironmentHistoryPage> createPageAsync(com.google.api.gax.rpc.PageContext<GetEnvironmentHistoryRequest,EnvironmentHistory,EnvironmentHistory.Entry> context, com.google.api.core.ApiFuture<EnvironmentHistory> futureResponse)
- Overrides:
createPageAsync
in classcom.google.api.gax.paging.AbstractPage<GetEnvironmentHistoryRequest,EnvironmentHistory,EnvironmentHistory.Entry,EnvironmentsClient.GetEnvironmentHistoryPage>
-
-