Class RepositoryManagerClient.ListConnectionsPage (3.43.0)

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

Inheritance

java.lang.Object > AbstractPage > RepositoryManagerClient.ListConnectionsPage

Methods

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

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

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

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