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