Class DlpServiceClient.ListConnectionsPage (3.48.0)

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

Inheritance

java.lang.Object > AbstractPage > DlpServiceClient.ListConnectionsPage

Methods

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

protected DlpServiceClient.ListConnectionsPage createPage(PageContext<ListConnectionsRequest,ListConnectionsResponse,Connection> context, ListConnectionsResponse response)
Parameters
Name Description
context PageContext<ListConnectionsRequest,ListConnectionsResponse,Connection>
response ListConnectionsResponse
Returns
Type Description
DlpServiceClient.ListConnectionsPage
Overrides

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

public ApiFuture<DlpServiceClient.ListConnectionsPage> createPageAsync(PageContext<ListConnectionsRequest,ListConnectionsResponse,Connection> context, ApiFuture<ListConnectionsResponse> futureResponse)
Parameters
Name Description
context PageContext<ListConnectionsRequest,ListConnectionsResponse,Connection>
futureResponse ApiFuture<ListConnectionsResponse>
Returns
Type Description
ApiFuture<ListConnectionsPage>
Overrides