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