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