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