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