Class DlpServiceClient.ListProjectDataProfilesPage (3.44.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
NameDescription
contextPageContext<ListProjectDataProfilesRequest,ListProjectDataProfilesResponse,ProjectDataProfile>
responseListProjectDataProfilesResponse
Returns
TypeDescription
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
NameDescription
contextPageContext<ListProjectDataProfilesRequest,ListProjectDataProfilesResponse,ProjectDataProfile>
futureResponseApiFuture<ListProjectDataProfilesResponse>
Returns
TypeDescription
ApiFuture<ListProjectDataProfilesPage>
Overrides