Class EventarcClient.ListChannelConnectionsPage (1.41.0)

public static class EventarcClient.ListChannelConnectionsPage extends AbstractPage<ListChannelConnectionsRequest,ListChannelConnectionsResponse,ChannelConnection,EventarcClient.ListChannelConnectionsPage>

Inheritance

java.lang.Object > AbstractPage > EventarcClient.ListChannelConnectionsPage

Methods

createPage(PageContext<ListChannelConnectionsRequest,ListChannelConnectionsResponse,ChannelConnection> context, ListChannelConnectionsResponse response)

protected EventarcClient.ListChannelConnectionsPage createPage(PageContext<ListChannelConnectionsRequest,ListChannelConnectionsResponse,ChannelConnection> context, ListChannelConnectionsResponse response)
Parameters
NameDescription
contextPageContext<ListChannelConnectionsRequest,ListChannelConnectionsResponse,ChannelConnection>
responseListChannelConnectionsResponse
Returns
TypeDescription
EventarcClient.ListChannelConnectionsPage
Overrides

createPageAsync(PageContext<ListChannelConnectionsRequest,ListChannelConnectionsResponse,ChannelConnection> context, ApiFuture<ListChannelConnectionsResponse> futureResponse)

public ApiFuture<EventarcClient.ListChannelConnectionsPage> createPageAsync(PageContext<ListChannelConnectionsRequest,ListChannelConnectionsResponse,ChannelConnection> context, ApiFuture<ListChannelConnectionsResponse> futureResponse)
Parameters
NameDescription
contextPageContext<ListChannelConnectionsRequest,ListChannelConnectionsResponse,ChannelConnection>
futureResponseApiFuture<ListChannelConnectionsResponse>
Returns
TypeDescription
ApiFuture<ListChannelConnectionsPage>
Overrides