Class DlpServiceClient.ListDeidentifyTemplatesPage (3.99.0)

public static class DlpServiceClient.ListDeidentifyTemplatesPage extends AbstractPage<ListDeidentifyTemplatesRequest,ListDeidentifyTemplatesResponse,DeidentifyTemplate,DlpServiceClient.ListDeidentifyTemplatesPage>

Inheritance

java.lang.Object > AbstractPage > DlpServiceClient.ListDeidentifyTemplatesPage

Methods

createPage(@Nullable PageContext<ListDeidentifyTemplatesRequest,ListDeidentifyTemplatesResponse,DeidentifyTemplate> context, @Nullable ListDeidentifyTemplatesResponse response)

protected DlpServiceClient.ListDeidentifyTemplatesPage createPage(@Nullable PageContext<ListDeidentifyTemplatesRequest,ListDeidentifyTemplatesResponse,DeidentifyTemplate> context, @Nullable ListDeidentifyTemplatesResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListDeidentifyTemplatesRequest,ListDeidentifyTemplatesResponse,DeidentifyTemplate>
response @org.jspecify.annotations.Nullable com.google.privacy.dlp.v2.ListDeidentifyTemplatesResponse
Returns
Type Description
DlpServiceClient.ListDeidentifyTemplatesPage
Overrides

createPageAsync(@Nullable PageContext<ListDeidentifyTemplatesRequest,ListDeidentifyTemplatesResponse,DeidentifyTemplate> context, ApiFuture<ListDeidentifyTemplatesResponse> futureResponse)

public ApiFuture<DlpServiceClient.ListDeidentifyTemplatesPage> createPageAsync(@Nullable PageContext<ListDeidentifyTemplatesRequest,ListDeidentifyTemplatesResponse,DeidentifyTemplate> context, ApiFuture<ListDeidentifyTemplatesResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListDeidentifyTemplatesRequest,ListDeidentifyTemplatesResponse,DeidentifyTemplate>
futureResponse ApiFuture<ListDeidentifyTemplatesResponse>
Returns
Type Description
ApiFuture<ListDeidentifyTemplatesPage>
Overrides