Class ConnectionServiceClient.ListConnectionsPage
- java.lang.Object
-
- com.google.api.gax.paging.AbstractPage<ListConnectionsRequest,ListConnectionsResponse,Connection,ConnectionServiceClient.ListConnectionsPage>
-
- com.google.cloud.apigeeconnect.v1.ConnectionServiceClient.ListConnectionsPage
-
- All Implemented Interfaces:
com.google.api.gax.paging.AsyncPage<Connection>
,com.google.api.gax.paging.Page<Connection>
- Enclosing class:
- ConnectionServiceClient
public static class ConnectionServiceClient.ListConnectionsPage extends com.google.api.gax.paging.AbstractPage<ListConnectionsRequest,ListConnectionsResponse,Connection,ConnectionServiceClient.ListConnectionsPage>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected ConnectionServiceClient.ListConnectionsPage
createPage(com.google.api.gax.rpc.PageContext<ListConnectionsRequest,ListConnectionsResponse,Connection> context, ListConnectionsResponse response)
com.google.api.core.ApiFuture<ConnectionServiceClient.ListConnectionsPage>
createPageAsync(com.google.api.gax.rpc.PageContext<ListConnectionsRequest,ListConnectionsResponse,Connection> context, com.google.api.core.ApiFuture<ListConnectionsResponse> futureResponse)
-
Methods inherited from class com.google.api.gax.paging.AbstractPage
getNextPage, getNextPage, getNextPageAsync, getNextPageToken, getPageElementCount, getRequest, getResponse, getValues, hasNextPage, iterateAll
-
-
-
-
Method Detail
-
createPage
protected ConnectionServiceClient.ListConnectionsPage createPage(com.google.api.gax.rpc.PageContext<ListConnectionsRequest,ListConnectionsResponse,Connection> context, ListConnectionsResponse response)
- Specified by:
createPage
in classcom.google.api.gax.paging.AbstractPage<ListConnectionsRequest,ListConnectionsResponse,Connection,ConnectionServiceClient.ListConnectionsPage>
-
createPageAsync
public com.google.api.core.ApiFuture<ConnectionServiceClient.ListConnectionsPage> createPageAsync(com.google.api.gax.rpc.PageContext<ListConnectionsRequest,ListConnectionsResponse,Connection> context, com.google.api.core.ApiFuture<ListConnectionsResponse> futureResponse)
- Overrides:
createPageAsync
in classcom.google.api.gax.paging.AbstractPage<ListConnectionsRequest,ListConnectionsResponse,Connection,ConnectionServiceClient.ListConnectionsPage>
-
-