Class DlpServiceClient.ListTableDataProfilesPage (3.99.0)

public static class DlpServiceClient.ListTableDataProfilesPage extends AbstractPage<ListTableDataProfilesRequest,ListTableDataProfilesResponse,TableDataProfile,DlpServiceClient.ListTableDataProfilesPage>

Inheritance

java.lang.Object > AbstractPage > DlpServiceClient.ListTableDataProfilesPage

Methods

createPage(@Nullable PageContext<ListTableDataProfilesRequest,ListTableDataProfilesResponse,TableDataProfile> context, @Nullable ListTableDataProfilesResponse response)

protected DlpServiceClient.ListTableDataProfilesPage createPage(@Nullable PageContext<ListTableDataProfilesRequest,ListTableDataProfilesResponse,TableDataProfile> context, @Nullable ListTableDataProfilesResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListTableDataProfilesRequest,ListTableDataProfilesResponse,TableDataProfile>
response @org.jspecify.annotations.Nullable com.google.privacy.dlp.v2.ListTableDataProfilesResponse
Returns
Type Description
DlpServiceClient.ListTableDataProfilesPage
Overrides

createPageAsync(@Nullable PageContext<ListTableDataProfilesRequest,ListTableDataProfilesResponse,TableDataProfile> context, ApiFuture<ListTableDataProfilesResponse> futureResponse)

public ApiFuture<DlpServiceClient.ListTableDataProfilesPage> createPageAsync(@Nullable PageContext<ListTableDataProfilesRequest,ListTableDataProfilesResponse,TableDataProfile> context, ApiFuture<ListTableDataProfilesResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListTableDataProfilesRequest,ListTableDataProfilesResponse,TableDataProfile>
futureResponse ApiFuture<ListTableDataProfilesResponse>
Returns
Type Description
ApiFuture<ListTableDataProfilesPage>
Overrides