Class SecureSourceManagerClient.ListIssueCommentsPage (0.65.0)

public static class SecureSourceManagerClient.ListIssueCommentsPage extends AbstractPage<ListIssueCommentsRequest,ListIssueCommentsResponse,IssueComment,SecureSourceManagerClient.ListIssueCommentsPage>

Inheritance

java.lang.Object > AbstractPage > SecureSourceManagerClient.ListIssueCommentsPage

Methods

createPage(@Nullable PageContext<ListIssueCommentsRequest,ListIssueCommentsResponse,IssueComment> context, @Nullable ListIssueCommentsResponse response)

protected SecureSourceManagerClient.ListIssueCommentsPage createPage(@Nullable PageContext<ListIssueCommentsRequest,ListIssueCommentsResponse,IssueComment> context, @Nullable ListIssueCommentsResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListIssueCommentsRequest,ListIssueCommentsResponse,IssueComment>
response @org.jspecify.annotations.Nullable com.google.cloud.securesourcemanager.v1.ListIssueCommentsResponse
Returns
Type Description
SecureSourceManagerClient.ListIssueCommentsPage
Overrides

createPageAsync(@Nullable PageContext<ListIssueCommentsRequest,ListIssueCommentsResponse,IssueComment> context, ApiFuture<ListIssueCommentsResponse> futureResponse)

public ApiFuture<SecureSourceManagerClient.ListIssueCommentsPage> createPageAsync(@Nullable PageContext<ListIssueCommentsRequest,ListIssueCommentsResponse,IssueComment> context, ApiFuture<ListIssueCommentsResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListIssueCommentsRequest,ListIssueCommentsResponse,IssueComment>
futureResponse ApiFuture<ListIssueCommentsResponse>
Returns
Type Description
ApiFuture<ListIssueCommentsPage>
Overrides