Class ConnectionServiceClient.ListConnectionsPage (2.3.7)

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

Inheritance

java.lang.Object > AbstractPage > ConnectionServiceClient.ListConnectionsPage

Methods

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

protected ConnectionServiceClient.ListConnectionsPage createPage(PageContext<ListConnectionsRequest,ListConnectionsResponse,Connection> context, ListConnectionsResponse response)
Parameters
NameDescription
contextPageContext<ListConnectionsRequest,ListConnectionsResponse,Connection>
responseListConnectionsResponse
Returns
TypeDescription
ConnectionServiceClient.ListConnectionsPage
Overrides

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

public ApiFuture<ConnectionServiceClient.ListConnectionsPage> createPageAsync(PageContext<ListConnectionsRequest,ListConnectionsResponse,Connection> context, ApiFuture<ListConnectionsResponse> futureResponse)
Parameters
NameDescription
contextPageContext<ListConnectionsRequest,ListConnectionsResponse,Connection>
futureResponseApiFuture<ListConnectionsResponse>
Returns
TypeDescription
ApiFuture<ListConnectionsPage>
Overrides