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