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