Class ConnectionServiceClient.ListConnectionsPage (2.95.0)

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

Inheritance

java.lang.Object > AbstractPage > ConnectionServiceClient.ListConnectionsPage

Methods

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

protected ConnectionServiceClient.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.cloud.apigeeconnect.v1.ListConnectionsResponse
Returns
Type Description
ConnectionServiceClient.ListConnectionsPage
Overrides

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

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