Class DlpServiceClient.ListProjectDataProfilesPage (3.62.0)

public static class DlpServiceClient.ListProjectDataProfilesPage extends AbstractPage<ListProjectDataProfilesRequest,ListProjectDataProfilesResponse,ProjectDataProfile,DlpServiceClient.ListProjectDataProfilesPage>

Inheritance

java.lang.Object > AbstractPage > DlpServiceClient.ListProjectDataProfilesPage

Methods

createPage(PageContext<ListProjectDataProfilesRequest,ListProjectDataProfilesResponse,ProjectDataProfile> context, ListProjectDataProfilesResponse response)

protected DlpServiceClient.ListProjectDataProfilesPage createPage(PageContext<ListProjectDataProfilesRequest,ListProjectDataProfilesResponse,ProjectDataProfile> context, ListProjectDataProfilesResponse response)
Overrides

createPageAsync(PageContext<ListProjectDataProfilesRequest,ListProjectDataProfilesResponse,ProjectDataProfile> context, ApiFuture<ListProjectDataProfilesResponse> futureResponse)

public ApiFuture<DlpServiceClient.ListProjectDataProfilesPage> createPageAsync(PageContext<ListProjectDataProfilesRequest,ListProjectDataProfilesResponse,ProjectDataProfile> context, ApiFuture<ListProjectDataProfilesResponse> futureResponse)
Returns
Type Description
ApiFuture<ListProjectDataProfilesPage>
Overrides