Class DatastreamClient.ListPrivateConnectionsPage
- java.lang.Object
-
- com.google.api.gax.paging.AbstractPage<ListPrivateConnectionsRequest,ListPrivateConnectionsResponse,PrivateConnection,DatastreamClient.ListPrivateConnectionsPage>
-
- com.google.cloud.datastream.v1alpha1.DatastreamClient.ListPrivateConnectionsPage
-
- All Implemented Interfaces:
com.google.api.gax.paging.AsyncPage<PrivateConnection>
,com.google.api.gax.paging.Page<PrivateConnection>
- Enclosing class:
- DatastreamClient
public static class DatastreamClient.ListPrivateConnectionsPage extends com.google.api.gax.paging.AbstractPage<ListPrivateConnectionsRequest,ListPrivateConnectionsResponse,PrivateConnection,DatastreamClient.ListPrivateConnectionsPage>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected DatastreamClient.ListPrivateConnectionsPage
createPage(com.google.api.gax.rpc.PageContext<ListPrivateConnectionsRequest,ListPrivateConnectionsResponse,PrivateConnection> context, ListPrivateConnectionsResponse response)
com.google.api.core.ApiFuture<DatastreamClient.ListPrivateConnectionsPage>
createPageAsync(com.google.api.gax.rpc.PageContext<ListPrivateConnectionsRequest,ListPrivateConnectionsResponse,PrivateConnection> context, com.google.api.core.ApiFuture<ListPrivateConnectionsResponse> 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 DatastreamClient.ListPrivateConnectionsPage createPage(com.google.api.gax.rpc.PageContext<ListPrivateConnectionsRequest,ListPrivateConnectionsResponse,PrivateConnection> context, ListPrivateConnectionsResponse response)
- Specified by:
createPage
in classcom.google.api.gax.paging.AbstractPage<ListPrivateConnectionsRequest,ListPrivateConnectionsResponse,PrivateConnection,DatastreamClient.ListPrivateConnectionsPage>
-
createPageAsync
public com.google.api.core.ApiFuture<DatastreamClient.ListPrivateConnectionsPage> createPageAsync(com.google.api.gax.rpc.PageContext<ListPrivateConnectionsRequest,ListPrivateConnectionsResponse,PrivateConnection> context, com.google.api.core.ApiFuture<ListPrivateConnectionsResponse> futureResponse)
- Overrides:
createPageAsync
in classcom.google.api.gax.paging.AbstractPage<ListPrivateConnectionsRequest,ListPrivateConnectionsResponse,PrivateConnection,DatastreamClient.ListPrivateConnectionsPage>
-
-