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