Class DlpServiceClient.ListProjectDataProfilesPage (3.99.0)

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

Inheritance

java.lang.Object > AbstractPage > DlpServiceClient.ListProjectDataProfilesPage

Methods

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

protected DlpServiceClient.ListProjectDataProfilesPage createPage(@Nullable PageContext<ListProjectDataProfilesRequest,ListProjectDataProfilesResponse,ProjectDataProfile> context, @Nullable ListProjectDataProfilesResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListProjectDataProfilesRequest,ListProjectDataProfilesResponse,ProjectDataProfile>
response @org.jspecify.annotations.Nullable com.google.privacy.dlp.v2.ListProjectDataProfilesResponse
Returns
Type Description
DlpServiceClient.ListProjectDataProfilesPage
Overrides

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

public ApiFuture<DlpServiceClient.ListProjectDataProfilesPage> createPageAsync(@Nullable PageContext<ListProjectDataProfilesRequest,ListProjectDataProfilesResponse,ProjectDataProfile> context, ApiFuture<ListProjectDataProfilesResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListProjectDataProfilesRequest,ListProjectDataProfilesResponse,ProjectDataProfile>
futureResponse ApiFuture<ListProjectDataProfilesResponse>
Returns
Type Description
ApiFuture<ListProjectDataProfilesPage>
Overrides