Class CommentServiceClient.ListCommentsPage (0.29.0)

public static class CommentServiceClient.ListCommentsPage extends AbstractPage<ListCommentsRequest,ListCommentsResponse,Comment,CommentServiceClient.ListCommentsPage>

Inheritance

java.lang.Object > AbstractPage > CommentServiceClient.ListCommentsPage

Methods

createPage(PageContext<ListCommentsRequest,ListCommentsResponse,Comment> context, ListCommentsResponse response)

protected CommentServiceClient.ListCommentsPage createPage(PageContext<ListCommentsRequest,ListCommentsResponse,Comment> context, ListCommentsResponse response)
Parameters
Name Description
context PageContext<ListCommentsRequest,ListCommentsResponse,Comment>
response ListCommentsResponse
Returns
Type Description
CommentServiceClient.ListCommentsPage
Overrides

createPageAsync(PageContext<ListCommentsRequest,ListCommentsResponse,Comment> context, ApiFuture<ListCommentsResponse> futureResponse)

public ApiFuture<CommentServiceClient.ListCommentsPage> createPageAsync(PageContext<ListCommentsRequest,ListCommentsResponse,Comment> context, ApiFuture<ListCommentsResponse> futureResponse)
Parameters
Name Description
context PageContext<ListCommentsRequest,ListCommentsResponse,Comment>
futureResponse ApiFuture<ListCommentsResponse>
Returns
Type Description
ApiFuture<ListCommentsPage>
Overrides