Class DlpServiceClient.ListDlpJobsPage (3.3.2)

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
NameDescription
contextPageContext<ListDlpJobsRequest,ListDlpJobsResponse,DlpJob>
responseListDlpJobsResponse
Returns
TypeDescription
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
NameDescription
contextPageContext<ListDlpJobsRequest,ListDlpJobsResponse,DlpJob>
futureResponseApiFuture<ListDlpJobsResponse>
Returns
TypeDescription
ApiFuture<ListDlpJobsPage>
Overrides