Class DlpServiceClient.ListColumnDataProfilesPage (3.99.0)

public static class DlpServiceClient.ListColumnDataProfilesPage extends AbstractPage<ListColumnDataProfilesRequest,ListColumnDataProfilesResponse,ColumnDataProfile,DlpServiceClient.ListColumnDataProfilesPage>

Inheritance

java.lang.Object > AbstractPage > DlpServiceClient.ListColumnDataProfilesPage

Methods

createPage(@Nullable PageContext<ListColumnDataProfilesRequest,ListColumnDataProfilesResponse,ColumnDataProfile> context, @Nullable ListColumnDataProfilesResponse response)

protected DlpServiceClient.ListColumnDataProfilesPage createPage(@Nullable PageContext<ListColumnDataProfilesRequest,ListColumnDataProfilesResponse,ColumnDataProfile> context, @Nullable ListColumnDataProfilesResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListColumnDataProfilesRequest,ListColumnDataProfilesResponse,ColumnDataProfile>
response @org.jspecify.annotations.Nullable com.google.privacy.dlp.v2.ListColumnDataProfilesResponse
Returns
Type Description
DlpServiceClient.ListColumnDataProfilesPage
Overrides

createPageAsync(@Nullable PageContext<ListColumnDataProfilesRequest,ListColumnDataProfilesResponse,ColumnDataProfile> context, ApiFuture<ListColumnDataProfilesResponse> futureResponse)

public ApiFuture<DlpServiceClient.ListColumnDataProfilesPage> createPageAsync(@Nullable PageContext<ListColumnDataProfilesRequest,ListColumnDataProfilesResponse,ColumnDataProfile> context, ApiFuture<ListColumnDataProfilesResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListColumnDataProfilesRequest,ListColumnDataProfilesResponse,ColumnDataProfile>
futureResponse ApiFuture<ListColumnDataProfilesResponse>
Returns
Type Description
ApiFuture<ListColumnDataProfilesPage>
Overrides