Class CommentServiceClient.ListCommentsPage (0.7.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
NameDescription
contextPageContext<ListCommentsRequest,ListCommentsResponse,Comment>
responseListCommentsResponse
Returns
TypeDescription
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
NameDescription
contextPageContext<ListCommentsRequest,ListCommentsResponse,Comment>
futureResponseApiFuture<ListCommentsResponse>
Returns
TypeDescription
ApiFuture<ListCommentsPage>
Overrides