Class DlpServiceClient.SearchConnectionsPage (3.99.0)

public static class DlpServiceClient.SearchConnectionsPage extends AbstractPage<SearchConnectionsRequest,SearchConnectionsResponse,Connection,DlpServiceClient.SearchConnectionsPage>

Inheritance

java.lang.Object > AbstractPage > DlpServiceClient.SearchConnectionsPage

Methods

createPage(@Nullable PageContext<SearchConnectionsRequest,SearchConnectionsResponse,Connection> context, @Nullable SearchConnectionsResponse response)

protected DlpServiceClient.SearchConnectionsPage createPage(@Nullable PageContext<SearchConnectionsRequest,SearchConnectionsResponse,Connection> context, @Nullable SearchConnectionsResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<SearchConnectionsRequest,SearchConnectionsResponse,Connection>
response @org.jspecify.annotations.Nullable com.google.privacy.dlp.v2.SearchConnectionsResponse
Returns
Type Description
DlpServiceClient.SearchConnectionsPage
Overrides

createPageAsync(@Nullable PageContext<SearchConnectionsRequest,SearchConnectionsResponse,Connection> context, ApiFuture<SearchConnectionsResponse> futureResponse)

public ApiFuture<DlpServiceClient.SearchConnectionsPage> createPageAsync(@Nullable PageContext<SearchConnectionsRequest,SearchConnectionsResponse,Connection> context, ApiFuture<SearchConnectionsResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<SearchConnectionsRequest,SearchConnectionsResponse,Connection>
futureResponse ApiFuture<SearchConnectionsResponse>
Returns
Type Description
ApiFuture<SearchConnectionsPage>
Overrides