Class DlpServiceClient.ListConnectionsPage (3.99.0)

public static class DlpServiceClient.ListConnectionsPage extends AbstractPage<ListConnectionsRequest,ListConnectionsResponse,Connection,DlpServiceClient.ListConnectionsPage>

Inheritance

java.lang.Object > AbstractPage > DlpServiceClient.ListConnectionsPage

Methods

createPage(@Nullable PageContext<ListConnectionsRequest,ListConnectionsResponse,Connection> context, @Nullable ListConnectionsResponse response)

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

createPageAsync(@Nullable PageContext<ListConnectionsRequest,ListConnectionsResponse,Connection> context, ApiFuture<ListConnectionsResponse> futureResponse)

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