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