Class DlpServiceClient.ListColumnDataProfilesPage (3.44.0)

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

Inheritance

java.lang.Object > AbstractPage > DlpServiceClient.ListColumnDataProfilesPage

Methods

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

protected DlpServiceClient.ListColumnDataProfilesPage createPage(PageContext<ListColumnDataProfilesRequest,ListColumnDataProfilesResponse,ColumnDataProfile> context, ListColumnDataProfilesResponse response)
Parameters
NameDescription
contextPageContext<ListColumnDataProfilesRequest,ListColumnDataProfilesResponse,ColumnDataProfile>
responseListColumnDataProfilesResponse
Returns
TypeDescription
DlpServiceClient.ListColumnDataProfilesPage
Overrides

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

public ApiFuture<DlpServiceClient.ListColumnDataProfilesPage> createPageAsync(PageContext<ListColumnDataProfilesRequest,ListColumnDataProfilesResponse,ColumnDataProfile> context, ApiFuture<ListColumnDataProfilesResponse> futureResponse)
Parameters
NameDescription
contextPageContext<ListColumnDataProfilesRequest,ListColumnDataProfilesResponse,ColumnDataProfile>
futureResponseApiFuture<ListColumnDataProfilesResponse>
Returns
TypeDescription
ApiFuture<ListColumnDataProfilesPage>
Overrides