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