Class DlpServiceClient.ListDlpJobsPage (3.6.3)

See more code actions.
public static class DlpServiceClient.ListDlpJobsPage extends AbstractPage<ListDlpJobsRequest,ListDlpJobsResponse,DlpJob,DlpServiceClient.ListDlpJobsPage>
java.lang.Object > AbstractPage > DlpServiceClient.ListDlpJobsPage

Methods

createPage(PageContext<ListDlpJobsRequest,ListDlpJobsResponse,DlpJob> context, ListDlpJobsResponse response)

protected DlpServiceClient.ListDlpJobsPage createPage(PageContext<ListDlpJobsRequest,ListDlpJobsResponse,DlpJob> context, ListDlpJobsResponse response)
Parameters Returns Overrides

createPageAsync(PageContext<ListDlpJobsRequest,ListDlpJobsResponse,DlpJob> context, ApiFuture<ListDlpJobsResponse> futureResponse)

public ApiFuture<DlpServiceClient.ListDlpJobsPage> createPageAsync(PageContext<ListDlpJobsRequest,ListDlpJobsResponse,DlpJob> context, ApiFuture<ListDlpJobsResponse> futureResponse)
Parameters Returns
TypeDescription
ApiFuture<ListDlpJobsPage>
Overrides