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