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