Class CommentServiceClient.ListCommentsPage (0.79.0)

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

Inheritance

java.lang.Object > AbstractPage > CommentServiceClient.ListCommentsPage

Methods

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

protected CommentServiceClient.ListCommentsPage createPage(@Nullable PageContext<ListCommentsRequest,ListCommentsResponse,Comment> context, @Nullable ListCommentsResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListCommentsRequest,ListCommentsResponse,Comment>
response @org.jspecify.annotations.Nullable com.google.cloud.support.v2.ListCommentsResponse
Returns
Type Description
CommentServiceClient.ListCommentsPage
Overrides

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

public ApiFuture<CommentServiceClient.ListCommentsPage> createPageAsync(@Nullable PageContext<ListCommentsRequest,ListCommentsResponse,Comment> context, ApiFuture<ListCommentsResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListCommentsRequest,ListCommentsResponse,Comment>
futureResponse ApiFuture<ListCommentsResponse>
Returns
Type Description
ApiFuture<ListCommentsPage>
Overrides