Class DlpServiceClient.ListDlpJobsPage (3.46.0)

public static class DlpServiceClient.ListDlpJobsPage extends AbstractPage<ListDlpJobsRequest,ListDlpJobsResponse,DlpJob,DlpServiceClient.ListDlpJobsPage>

Inheritance

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
Name Description
context PageContext<ListDlpJobsRequest,ListDlpJobsResponse,DlpJob>
response ListDlpJobsResponse
Returns
Type Description
DlpServiceClient.ListDlpJobsPage
Overrides

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

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