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