Class RepositoryManagerClient.ListConnectionsPage (3.97.0)

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

Inheritance

java.lang.Object > AbstractPage > RepositoryManagerClient.ListConnectionsPage

Methods

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

protected RepositoryManagerClient.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.cloudbuild.v2.ListConnectionsResponse
Returns
Type Description
RepositoryManagerClient.ListConnectionsPage
Overrides

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

public ApiFuture<RepositoryManagerClient.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