Class AppConnectionsServiceClient.ListAppConnectionsPage (0.93.0)

public static class AppConnectionsServiceClient.ListAppConnectionsPage extends AbstractPage<ListAppConnectionsRequest,ListAppConnectionsResponse,AppConnection,AppConnectionsServiceClient.ListAppConnectionsPage>

Inheritance

java.lang.Object > AbstractPage > AppConnectionsServiceClient.ListAppConnectionsPage

Methods

createPage(@Nullable PageContext<ListAppConnectionsRequest,ListAppConnectionsResponse,AppConnection> context, @Nullable ListAppConnectionsResponse response)

protected AppConnectionsServiceClient.ListAppConnectionsPage createPage(@Nullable PageContext<ListAppConnectionsRequest,ListAppConnectionsResponse,AppConnection> context, @Nullable ListAppConnectionsResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListAppConnectionsRequest,ListAppConnectionsResponse,AppConnection>
response @org.jspecify.annotations.Nullable com.google.cloud.beyondcorp.appconnections.v1.ListAppConnectionsResponse
Returns
Type Description
AppConnectionsServiceClient.ListAppConnectionsPage
Overrides

createPageAsync(@Nullable PageContext<ListAppConnectionsRequest,ListAppConnectionsResponse,AppConnection> context, ApiFuture<ListAppConnectionsResponse> futureResponse)

public ApiFuture<AppConnectionsServiceClient.ListAppConnectionsPage> createPageAsync(@Nullable PageContext<ListAppConnectionsRequest,ListAppConnectionsResponse,AppConnection> context, ApiFuture<ListAppConnectionsResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListAppConnectionsRequest,ListAppConnectionsResponse,AppConnection>
futureResponse ApiFuture<ListAppConnectionsResponse>
Returns
Type Description
ApiFuture<ListAppConnectionsPage>
Overrides