Class CommentServiceClient.ListCommentsPagedResponse (0.15.0)

public static class CommentServiceClient.ListCommentsPagedResponse extends AbstractPagedListResponse<ListCommentsRequest,ListCommentsResponse,Comment,CommentServiceClient.ListCommentsPage,CommentServiceClient.ListCommentsFixedSizeCollection>

Inheritance

java.lang.Object > AbstractPagedListResponse > CommentServiceClient.ListCommentsPagedResponse

Static Methods

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

public static ApiFuture<CommentServiceClient.ListCommentsPagedResponse> createAsync(PageContext<ListCommentsRequest,ListCommentsResponse,Comment> context, ApiFuture<ListCommentsResponse> futureResponse)
Parameters
NameDescription
contextPageContext<ListCommentsRequest,ListCommentsResponse,Comment>
futureResponseApiFuture<ListCommentsResponse>
Returns
TypeDescription
ApiFuture<ListCommentsPagedResponse>