Class DlpServiceClient.ListProjectDataProfilesPage (3.46.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)
Parameters
Name Description
context PageContext<ListProjectDataProfilesRequest,ListProjectDataProfilesResponse,ProjectDataProfile>
response ListProjectDataProfilesResponse
Returns
Type Description
DlpServiceClient.ListProjectDataProfilesPage
Overrides

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

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